瀏覽代碼

月度工分汇总-样式优化

wanglt 3 月之前
父節點
當前提交
fa2e1f9224
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      ygtx-ui/src/views/gxt/monthScore/index.vue
  2. 1 1
      ygtx-ui/src/views/gxt/monthScore/info.vue

+ 2 - 2
ygtx-ui/src/views/gxt/monthScore/index.vue

@@ -3,8 +3,8 @@
     <div class="user-score-container">
   <div class="app-container">
     <!-- 页面标题 -->
-    <div class="content-header">
-      <h1 class="page-title">月度工分汇总<span v-if="!isList" class="dept-name">-{{ monthScore.deptName }}</span></h1>
+    <div v-if="!isList" class="content-header">
+      <h1 class="page-title">{{ monthScore.deptName }}</h1>
       <el-select v-if="!isList" style="width: 150px;" v-model="selectedMonth" placeholder="请选择月份" @change="handleMonthChange">
         <el-option
           v-for="item in monthOptions"

+ 1 - 1
ygtx-ui/src/views/gxt/monthScore/info.vue

@@ -4,7 +4,7 @@
   <div class="app-container">
     <!-- 页面标题 -->
     <div class="content-header">
-      <h1 class="page-title">月度工分汇总-{{ monthScore.deptName }}</h1>
+      <h1 class="page-title">{{ monthScore.deptName }}</h1>
       <el-select style="width: 150px;" v-model="selectedMonth" placeholder="请选择月份" @change="handleMonthChange">
         <el-option
           v-for="item in monthOptions"