Browse Source

调整产品表格样式

qymljy 2 years ago
parent
commit
820a83772b

+ 3 - 3
src/SDrpManagement/QuotedPrice/components/edit/productTable.vue

@@ -2,7 +2,7 @@
   <div>
     <el-button size="small"  type="primary" icon="el-icon-plus" @click="queryProduct">自产品档案添加</el-button>
     <el-drawer
-        title="产品档案"
+        title="产品档案添加"
         :visible.sync="dialogProductVisible"
         append-to-body
         size="80%"
@@ -23,8 +23,8 @@
               ref="multipleTable"
               :data="list"
               style="width: 100%"
-              :header-cell-style="{height:'50px',color:'#768093',fontWeight:'100'}"
-              :cell-style="{height:'50px',color:'#768093',fontWeight:'200'}"
+              :header-cell-style="{height:'50px',color:'#606266',fontWeight:'400'}"
+              :cell-style="{height:'50px',color:'#666666',fontWeight:'400'}"
               @selection-change="selectionChange">
             <el-table-column
                 type="selection"

+ 3 - 3
src/SDrpManagement/QuotedPrice/components/edit/productTableProject.vue

@@ -2,7 +2,7 @@
   <div>
     <el-button size="small"  type="primary" icon="el-icon-plus" @click="queryProduct">自项目产品添加</el-button>
     <el-drawer
-        title="项目产品"
+        title="项目产品添加"
         :visible.sync="dialogProductVisible"
         append-to-body
         size="80%"
@@ -23,8 +23,8 @@
               ref="multipleTable"
               :data="list"
               style="width: 100%"
-              :header-cell-style="{height:'50px',color:'#768093',fontWeight:'100'}"
-              :cell-style="{height:'50px',color:'#768093',fontWeight:'200'}"
+              :header-cell-style="{height:'50px',color:'#606266',fontWeight:'400'}"
+              :cell-style="{height:'50px',color:'#666666',fontWeight:'400'}"
               @selection-change="selectionChange">
             <el-table-column
                 type="selection"

+ 3 - 3
src/SDrpManagement/QuotedPrice/components/productTable.vue

@@ -2,7 +2,7 @@
   <div>
     <el-button size="small"  type="primary" icon="el-icon-plus" @click="onShow">自产品档案添加</el-button>
     <el-drawer
-        title="产品档案"
+        title="产品档案添加"
         :visible.sync="dialogProductVisible"
         append-to-body
         size="80%"
@@ -23,8 +23,8 @@
               ref="multipleTable"
               :data="list"
               style="width: 100%"
-              :header-cell-style="{height:'50px',color:'#768093',fontWeight:'100'}"
-              :cell-style="{height:'50px',color:'#768093',fontWeight:'200'}"
+              :header-cell-style="{height:'50px',color:'#606266',fontWeight:'400'}"
+              :cell-style="{height:'50px',color:'#666666',fontWeight:'400'}"
               @selection-change="selectionChange">
             <el-table-column
                 type="selection"

+ 3 - 3
src/SDrpManagement/QuotedPrice/components/productTableProject.vue

@@ -2,7 +2,7 @@
   <div>
     <el-button size="small"  type="primary" icon="el-icon-plus" @click="onShow">自项目产品添加</el-button>
     <el-drawer
-        title="项目产品"
+        title="项目产品添加"
         :visible.sync="dialogProductVisible"
         append-to-body
         size="80%"
@@ -23,8 +23,8 @@
               ref="multipleTable"
               :data="list"
               style="width: 100%"
-              :header-cell-style="{height:'50px',color:'#768093',fontWeight:'100'}"
-              :cell-style="{height:'50px',color:'#768093',fontWeight:'200'}"
+              :header-cell-style="{height:'50px',color:'#606266',fontWeight:'400'}"
+              :cell-style="{height:'50px',color:'#666666',fontWeight:'400'}"
               @selection-change="selectionChange">
             <el-table-column
                 type="selection"