PrinceLee преди 5 години
родител
ревизия
ae5df368fd

+ 1 - 1
src/views/projectManage/projectList/components/needsList.vue

@@ -6,7 +6,7 @@
       style="width: 100%;"
       size="mini"
       row-key="id"
-      :header-cell-style="{ color: '#4A4A4A', fontSize: '14px', fontWeight: '550', textAlign: 'center' }"
+      :header-cell-style="{ color: 'rgb(74, 74, 74)', fontSize: '14px', fontWeight: '500', textAlign: 'center' }"
       show-overflow-tooltip="true"
       :header-row-style="{height: '50px'}"
     >

+ 1 - 1
src/views/projectManage/projectList/components/scheduleList.vue

@@ -4,7 +4,7 @@
     <el-table
       :id="'schedule-'+id"
       :data="scheduleList"
-      :header-cell-style="{'background-color': 'rgba(232,232,232,0.4)'}"
+      :header-cell-style="{ backgroundColor: 'rgba(232,232,232,0.4)',color: 'rgb(74, 74, 74)', fontSize: '14px', fontWeight: '500', textAlign: 'center'}"
       :row-style="{'background-color': 'transparent'}"
       style="width: 100%"
       show-overflow-tooltip="true"

+ 1 - 1
src/views/projectManage/projectList/components/taskList.vue

@@ -18,7 +18,7 @@
       size="mini"
       row-key="id"
       :expand-row-keys="expandArr"
-      :header-cell-style="{ color: '#4A4A4A', fontSize: '14px', fontWeight: '550', textAlign: 'center' }"
+      :header-cell-style="{ color: 'rgb(74, 74, 74)', fontSize: '14px', fontWeight: '500', textAlign: 'center' }"
       show-overflow-tooltip="true"
       :show-header="showHeader"
       :header-row-style="{height: '50px'}"

+ 4 - 1
src/views/projectManage/projectList/projectViewDetails.vue

@@ -6,7 +6,7 @@
           <div class="header-title">
             <span class="title-id">PROJECT-{{ form_query.id }}</span>
             <el-tooltip class="item" effect="dark" :content="form_query.name" placement="bottom">
-              <span class="title-name">项目-{{ form_query.name }}</span>
+              <span class="title-name">{{ form_query.name }}</span>
             </el-tooltip>
           </div>
           <el-dropdown placement="bottom" @command="handleCommand">
@@ -414,4 +414,7 @@ export default {
     }
   }
 }
+>>>.el-input--small {
+  font-size: 14px;
+}
 </style>

+ 1 - 1
src/views/projectManage/requirement/components/scheduleList.vue

@@ -4,7 +4,7 @@
     <el-table
       :id="'schedule-'+id"
       :data="scheduleList"
-      :header-cell-style="{'background-color': 'rgba(232,232,232,0.4)'}"
+      :header-cell-style="{ backgroundColor: 'rgba(232,232,232,0.4)',color: 'rgb(74, 74, 74)', fontSize: '14px', fontWeight: '500', textAlign: 'center'}"
       :row-style="{'background-color': 'transparent'}"
       style="width: 100%"
       show-overflow-tooltip="true"

+ 1 - 1
src/views/projectManage/requirement/components/taskList.vue

@@ -18,7 +18,7 @@
       size="mini"
       row-key="id"
       :expand-row-keys="expandArr"
-      :header-cell-style="{ color: '#4A4A4A', fontSize: '14px', fontWeight: '550', textAlign: 'center' }"
+      :header-cell-style="{ color: 'rgb(74, 74, 74)', fontSize: '14px', fontWeight: '500', textAlign: 'center' }"
       show-overflow-tooltip="true"
       :show-header="showHeader"
       :header-row-style="{height: '50px'}"

+ 4 - 1
src/views/projectManage/requirement/requirementDetail.vue

@@ -6,7 +6,7 @@
           <div class="header-title">
             <span class="title-id">REQUIREMENT-{{ form_query.id }}</span>
             <el-tooltip class="item" effect="dark" :content="form_query.name" placement="bottom">
-              <span class="title-name">需求-{{ form_query.name }}</span>
+              <span class="title-name">{{ form_query.name }}</span>
             </el-tooltip>
           </div>
           <el-dropdown placement="bottom" @command="updateStatus">
@@ -502,4 +502,7 @@ export default {
     }
   }
 }
+>>>.el-input--small {
+  font-size: 14px;
+}
 </style>

+ 3 - 3
src/views/projectManage/taskList/components/reportList.vue

@@ -9,7 +9,7 @@
         <el-table
           :data="testData"
           size="small"
-          :header-cell-style="{ background: '#E9E9E9', color: '#333B4A' }"
+          :header-cell-style="{ color: 'rgb(74, 74, 74)', fontSize: '14px', fontWeight: '500', textAlign: 'center' }"
           show-overflow-tooltip="true"
           max-height="300"
         >
@@ -76,7 +76,7 @@
         <div class="title-left-name">日报报告</div>
       </div>
       <div class="detail-info">
-        <el-table :data="dailyData" size="small" :header-cell-style="{ background: '#E9E9E9', color: '#333B4A' }" show-overflow-tooltip="true">
+        <el-table :data="dailyData" size="small" :header-cell-style="{ color: 'rgb(74, 74, 74)', fontSize: '14px', fontWeight: '500', textAlign: 'center' }" show-overflow-tooltip="true">
           <el-table-column label="标题名称" min-width="100" align="center">
             <template slot-scope="scope">
               <a href="javascript:void(0)" style="color:#20a0ff" @click="toReportView(scope.row, 0)">{{ scope.row.reportName }}</a>
@@ -114,7 +114,7 @@
         <div class="title-left-name">准出报告</div>
       </div>
       <div class="detail-info">
-        <el-table :data="clientData" size="small" :header-cell-style="{ background: '#E9E9E9', color: '#333B4A' }" show-overflow-tooltip="true">
+        <el-table :data="clientData" size="small" :header-cell-style="{ color: 'rgb(74, 74, 74)', fontSize: '14px', fontWeight: '500', textAlign: 'center' }" show-overflow-tooltip="true">
           <el-table-column label="标题名称" min-width="100" align="center">
             <template slot-scope="scope">
               <a href="javascript:void(0)" style="color:#20a0ff" @click="toReportView(scope.row, 1)">{{ scope.row.reportName }}</a>

+ 1 - 1
src/views/projectManage/taskList/components/scheduleList.vue

@@ -4,7 +4,7 @@
     <el-table
       :id="'schedule-'+id"
       :data="scheduleList"
-      :header-cell-style="{'background-color': 'rgba(232,232,232,0.4)'}"
+      :header-cell-style="{ backgroundColor: 'rgba(232,232,232,0.4)',color: 'rgb(74, 74, 74)', fontSize: '14px', fontWeight: '500', textAlign: 'center'}"
       :row-style="{'background-color': 'transparent'}"
       style="width: 100%"
       show-overflow-tooltip="true"

+ 4 - 1
src/views/projectManage/taskList/taskViewDetail.vue

@@ -16,7 +16,7 @@
           <div class="header-title">
             <span class="title-id">TASK-{{ form_query.id }}</span>
             <el-tooltip class="item" effect="dark" :content="form_query.name" placement="bottom">
-              <span class="title-name">任务-{{ form_query.name }}</span>
+              <span class="title-name">{{ form_query.name }}</span>
             </el-tooltip>
           </div>
           <el-dropdown placement="bottom" @command="updateStatus">
@@ -575,4 +575,7 @@ export default {
   width: 200px;
   padding-top: 12px;
 }
+>>>.el-input--small {
+  font-size: 14px;
+}
 </style>