008e3b68 by jiaozeping@pashanhoo.com

字体样式

1 parent 1b5bfac8
...@@ -228,7 +228,7 @@ export default { ...@@ -228,7 +228,7 @@ export default {
228 display: flex; 228 display: flex;
229 /deep/.el-table th { 229 /deep/.el-table th {
230 height: 36px !important; 230 height: 36px !important;
231 font-size: 14px; 231 font-size: 15px;
232 color: #4a4a4a; 232 color: #4a4a4a;
233 } 233 }
234 .left { 234 .left {
......
...@@ -249,7 +249,7 @@ export default { ...@@ -249,7 +249,7 @@ export default {
249 //调整表头高度 249 //调整表头高度
250 /deep/.el-table th { 250 /deep/.el-table th {
251 height: 36px !important; 251 height: 36px !important;
252 font-size: 14px; 252 font-size: 15px;
253 color: #4a4a4a; 253 color: #4a4a4a;
254 } 254 }
255 .left { 255 .left {
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
36 { 36 {
37 label: '序号', 37 label: '序号',
38 type: 'index', 38 type: 'index',
39 width: '50', 39 width: '60',
40 }, 40 },
41 { 41 {
42 prop: "bdcdyh", 42 prop: "bdcdyh",
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
44 { 44 {
45 label: '序号', 45 label: '序号',
46 type: 'index', 46 type: 'index',
47 width: '50', 47 width: '60',
48 }, 48 },
49 { 49 {
50 prop: "opinion", 50 prop: "opinion",
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
48 tableDataList: [], 48 tableDataList: [],
49 InformationTable: [ 49 InformationTable: [
50 { 50 {
51 width: '50', 51 width: '60',
52 renderHeader: (h, scope) => { 52 renderHeader: (h, scope) => {
53 return <div> { 53 return <div> {
54 !this.disabled ? '序号' : <i class="el-icon-plus pointer" onClick={() => { this.addClick() }}></i> 54 !this.disabled ? '序号' : <i class="el-icon-plus pointer" onClick={() => { this.addClick() }}></i>
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
48 tableDataList: [], 48 tableDataList: [],
49 InformationTable: [ 49 InformationTable: [
50 { 50 {
51 width: '50', 51 width: '60',
52 renderHeader: (h, scope) => { 52 renderHeader: (h, scope) => {
53 return <div> { 53 return <div> {
54 !this.disabled ? '序号' : <i class="el-icon-plus pointer" onClick={() => { this.addClick() }}></i> 54 !this.disabled ? '序号' : <i class="el-icon-plus pointer" onClick={() => { this.addClick() }}></i>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
21 text-align: center; 21 text-align: center;
22 line-height: 20px; 22 line-height: 20px;
23 color: black; 23 color: black;
24 font-size: 14px; 24 font-size: 15px;
25 " 25 "
26 v-if="tableData.length == 0"> 26 v-if="tableData.length == 0">
27 暂无数据 27 暂无数据
...@@ -403,7 +403,7 @@ ...@@ -403,7 +403,7 @@
403 width: 20%; 403 width: 20%;
404 min-width: 160px; 404 min-width: 160px;
405 height: 100%; 405 height: 100%;
406 font-size: 14px; 406 font-size: 15px;
407 border-right: 1px dotted #d9d9d9; 407 border-right: 1px dotted #d9d9d9;
408 padding: 0 10px; 408 padding: 0 10px;
409 409
...@@ -438,7 +438,7 @@ ...@@ -438,7 +438,7 @@
438 } 438 }
439 .item_name { 439 .item_name {
440 flex: 1; 440 flex: 1;
441 font-size: 14px; 441 font-size: 15px;
442 display: flex; 442 display: flex;
443 justify-content: center; 443 justify-content: center;
444 } 444 }
......
...@@ -20,7 +20,7 @@ class data extends filter { ...@@ -20,7 +20,7 @@ class data extends filter {
20 { 20 {
21 label: '序号', 21 label: '序号',
22 type: 'index', 22 type: 'index',
23 width: '50' 23 width: '60'
24 }, 24 },
25 { 25 {
26 prop: "fzrmc", 26 prop: "fzrmc",
...@@ -115,7 +115,7 @@ class data extends filter { ...@@ -115,7 +115,7 @@ class data extends filter {
115 { 115 {
116 label: '序号', 116 label: '序号',
117 type: 'index', 117 type: 'index',
118 width: '50' 118 width: '60'
119 }, 119 },
120 { 120 {
121 prop: "bdcqzlx", 121 prop: "bdcqzlx",
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
28 { 28 {
29 label: '序号', 29 label: '序号',
30 type: 'index', 30 type: 'index',
31 width: '50', 31 width: '60',
32 render: (h, scope) => { 32 render: (h, scope) => {
33 return ( 33 return (
34 <div> 34 <div>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
29 .title { 29 .title {
30 line-height: 36px; 30 line-height: 36px;
31 text-align: center; 31 text-align: center;
32 font-size: 14px; 32 font-size: 15px;
33 } 33 }
34 34
35 .dot { 35 .dot {
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
86 86
87 li { 87 li {
88 padding: 5px; 88 padding: 5px;
89 font-size: 14px; 89 font-size: 15px;
90 line-height: 20px; 90 line-height: 20px;
91 cursor: pointer; 91 cursor: pointer;
92 92
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
155 height: 10px; 155 height: 10px;
156 text-align: center; 156 text-align: center;
157 line-height: 15px; 157 line-height: 15px;
158 font-size: 14px; 158 font-size: 15px;
159 width: 70px; 159 width: 70px;
160 // white-space: nowrap; 160 // white-space: nowrap;
161 } 161 }
......
...@@ -288,7 +288,7 @@ ...@@ -288,7 +288,7 @@
288 } 288 }
289 289
290 .count { 290 .count {
291 font-size: 14px; 291 font-size: 15px;
292 position: absolute; 292 position: absolute;
293 right: 25px; 293 right: 25px;
294 top: 12px; 294 top: 12px;
......