Commit 3f0c2d6d by 米嘉伟

表格样式调整

parent 4a4fef3b
...@@ -314,8 +314,8 @@ ...@@ -314,8 +314,8 @@
<el-table <el-table
v-show='tpl==1' v-show='tpl==1'
:data="tableData" :data="tableData"
:header-cell-style="{'text-align':'center',color:'#333333','font-size': '14px','font-family': 'HarmonyOS_Sans_SC_Medium','font-weight': '600','border-color': '#D1D1D1'}" :header-cell-style="{'text-align':'center',color:'#333333','font-size': '14px','font-family': 'HarmonyOS_Sans_SC_Medium','font-weight': '600','border-color': '#bbb'}"
:cell-style="{'text-align':'center','border-color': '#D1D1D1',padding:'0px'}" :cell-style="{'text-align':'center','border-color': '#eee',padding:'0px'}"
style="width: 100%" style="width: 100%"
:height="height" :height="height"
class='cjTable' class='cjTable'
...@@ -397,8 +397,8 @@ ...@@ -397,8 +397,8 @@
ref="myTable2" ref="myTable2"
id="myTable2" id="myTable2"
:data="tableData" :data="tableData"
:header-cell-style="{'text-align':'center',color:'#333333','font-size': '14px','font-family': 'HarmonyOS_Sans_SC_Medium','font-weight': '600','border-color': '#D1D1D1'}" :header-cell-style="{'text-align':'center',color:'#333333','font-size': '14px','font-family': 'HarmonyOS_Sans_SC_Medium','font-weight': '600','border-color': '#d1d1d1'}"
:cell-style="{'text-align':'center','border-color': '#D1D1D1',padding:'0px'}" :cell-style="{'text-align':'center','border-color': '#eee',padding:'0px'}"
style="width: 100%" style="width: 100%"
:height="height" :height="height"
> >
...@@ -512,8 +512,8 @@ ...@@ -512,8 +512,8 @@
<el-table <el-table
v-show='tpl==3' v-show='tpl==3'
:data="tableData" :data="tableData"
:header-cell-style="{'text-align':'center',color:'#333333','font-size': '14px','font-family': 'HarmonyOS_Sans_SC_Medium','font-weight': '600','border-color': '#D1D1D1'}" :header-cell-style="{'text-align':'center',color:'#333333','font-size': '14px','font-family': 'HarmonyOS_Sans_SC_Medium','font-weight': '600','border-color': '#d1d1d1'}"
:cell-style="{'text-align':'center','border-color': '#D1D1D1',padding:'0px'}" :cell-style="{'text-align':'center','border-color': '#eee',padding:'0px'}"
style="width: 100%" style="width: 100%"
:height="height" :height="height"
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment