字体样式
Showing
11 changed files
with
16 additions
and
16 deletions
| ... | @@ -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 { | ... | ... |
| ... | @@ -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", | ... | ... |
| ... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment