字体样式
Showing
39 changed files
with
65 additions
and
63 deletions
... | @@ -15,7 +15,7 @@ | ... | @@ -15,7 +15,7 @@ |
15 | <p v-for="(item, index) in noticeList" :key="index"> | 15 | <p v-for="(item, index) in noticeList" :key="index"> |
16 | <span> {{ item.noticeTitle }}</span> | 16 | <span> {{ item.noticeTitle }}</span> |
17 | <span class="noticePublishTime">{{ item.noticePublishTime }}</span> | 17 | <span class="noticePublishTime">{{ item.noticePublishTime }}</span> |
18 | <el-button type="text" @click="handleNotice(item)" style="color:#F56C6C;font-size: 14px;">[点击查看]</el-button> | 18 | <el-button type="text" @click="handleNotice(item)" style="color:#F56C6C;font-size: 15px;">[点击查看]</el-button> |
19 | </p> | 19 | </p> |
20 | </div> | 20 | </div> |
21 | </div> | 21 | </div> |
... | @@ -167,7 +167,7 @@ | ... | @@ -167,7 +167,7 @@ |
167 | width: 100%; | 167 | width: 100%; |
168 | cursor: pointer; | 168 | cursor: pointer; |
169 | position: relative; | 169 | position: relative; |
170 | font-size: 14px; | 170 | font-size: 15px; |
171 | color: #fff; | 171 | color: #fff; |
172 | 172 | ||
173 | .text { | 173 | .text { | ... | ... |
... | @@ -159,7 +159,7 @@ | ... | @@ -159,7 +159,7 @@ |
159 | .el-dropdown-menu__item { | 159 | .el-dropdown-menu__item { |
160 | text-align: center; | 160 | text-align: center; |
161 | margin-top: 0 !important; | 161 | margin-top: 0 !important; |
162 | font-size: 14px; | 162 | font-size: 15px; |
163 | font-family: PingFangSC-Regular, PingFang SC; | 163 | font-family: PingFangSC-Regular, PingFang SC; |
164 | font-weight: 400; | 164 | font-weight: 400; |
165 | color: #4a4a4a; | 165 | color: #4a4a4a; |
... | @@ -312,7 +312,7 @@ | ... | @@ -312,7 +312,7 @@ |
312 | align-items: center; | 312 | align-items: center; |
313 | color: #ffffff; | 313 | color: #ffffff; |
314 | p { | 314 | p { |
315 | font-size: 14px; | 315 | font-size: 15px; |
316 | height: 40px; | 316 | height: 40px; |
317 | span { | 317 | span { |
318 | display: block; | 318 | display: block; | ... | ... |
... | @@ -44,9 +44,9 @@ | ... | @@ -44,9 +44,9 @@ |
44 | } | 44 | } |
45 | 45 | ||
46 | .pan-btn { | 46 | .pan-btn { |
47 | font-size: 14px; | 47 | font-size: 15px; |
48 | color: #fff; | 48 | color: #fff; |
49 | padding: 14px 36px; | 49 | padding: 15px 36px; |
50 | border-radius: 8px; | 50 | border-radius: 8px; |
51 | border: none; | 51 | border: none; |
52 | outline: none; | 52 | outline: none; |
... | @@ -96,7 +96,7 @@ | ... | @@ -96,7 +96,7 @@ |
96 | outline: 0; | 96 | outline: 0; |
97 | margin: 0; | 97 | margin: 0; |
98 | padding: 10px 15px; | 98 | padding: 10px 15px; |
99 | font-size: 14px; | 99 | font-size: 15px; |
100 | border-radius: 4px; | 100 | border-radius: 4px; |
101 | } | 101 | } |
102 | 102 | ... | ... |
... | @@ -23,7 +23,7 @@ | ... | @@ -23,7 +23,7 @@ |
23 | 23 | ||
24 | .vue-treeselect__option { | 24 | .vue-treeselect__option { |
25 | /* 添加你的自定义样式 */ | 25 | /* 添加你的自定义样式 */ |
26 | font-size: 14px; | 26 | font-size: 15px; |
27 | color: #606266; | 27 | color: #606266; |
28 | } | 28 | } |
29 | 29 | ||
... | @@ -151,7 +151,7 @@ | ... | @@ -151,7 +151,7 @@ |
151 | height: 36px; | 151 | height: 36px; |
152 | line-height: 36px; | 152 | line-height: 36px; |
153 | padding: 0 20px; | 153 | padding: 0 20px; |
154 | font-size: 14px; | 154 | font-size: 15px; |
155 | } | 155 | } |
156 | 156 | ||
157 | .el-radio-button:first-child { | 157 | .el-radio-button:first-child { |
... | @@ -202,7 +202,7 @@ | ... | @@ -202,7 +202,7 @@ |
202 | // 表格样式 | 202 | // 表格样式 |
203 | .el-table th { | 203 | .el-table th { |
204 | height: 45px; | 204 | height: 45px; |
205 | font-size: 14px; | 205 | font-size: 15px; |
206 | color: #4A4A4A; | 206 | color: #4A4A4A; |
207 | } | 207 | } |
208 | 208 | ||
... | @@ -225,7 +225,7 @@ | ... | @@ -225,7 +225,7 @@ |
225 | } | 225 | } |
226 | 226 | ||
227 | .el-table tr td { | 227 | .el-table tr td { |
228 | font-size: 14px; | 228 | font-size: 15px; |
229 | color: #7A7A7A; | 229 | color: #7A7A7A; |
230 | } | 230 | } |
231 | 231 | ... | ... |
... | @@ -44,7 +44,7 @@ | ... | @@ -44,7 +44,7 @@ |
44 | overflow: hidden; | 44 | overflow: hidden; |
45 | padding-right: 12px; | 45 | padding-right: 12px; |
46 | line-height: 32px; | 46 | line-height: 32px; |
47 | font-size: 14px; | 47 | font-size: 15px; |
48 | box-sizing: border-box; | 48 | box-sizing: border-box; |
49 | } | 49 | } |
50 | .element-property__value { | 50 | .element-property__value { |
... | @@ -78,7 +78,7 @@ | ... | @@ -78,7 +78,7 @@ |
78 | span { | 78 | span { |
79 | width: 200px; | 79 | width: 200px; |
80 | text-align: left; | 80 | text-align: left; |
81 | font-size: 14px; | 81 | font-size: 15px; |
82 | } | 82 | } |
83 | i { | 83 | i { |
84 | margin-right: 8px; | 84 | margin-right: 8px; | ... | ... |
... | @@ -6,6 +6,7 @@ | ... | @@ -6,6 +6,7 @@ |
6 | 6 | ||
7 | /deep/.el-form-item__label { | 7 | /deep/.el-form-item__label { |
8 | padding: 0; | 8 | padding: 0; |
9 | font-size: 15px; | ||
9 | } | 10 | } |
10 | 11 | ||
11 | 12 | ||
... | @@ -61,7 +62,7 @@ | ... | @@ -61,7 +62,7 @@ |
61 | .count { | 62 | .count { |
62 | color: blue !important; | 63 | color: blue !important; |
63 | width: 85%; | 64 | width: 85%; |
64 | font-size: 14px; | 65 | font-size: 15px; |
65 | position: absolute; | 66 | position: absolute; |
66 | left: 200px; | 67 | left: 200px; |
67 | top: -3px; | 68 | top: -3px; |
... | @@ -91,6 +92,7 @@ | ... | @@ -91,6 +92,7 @@ |
91 | 92 | ||
92 | /deep/.el-form-item__label { | 93 | /deep/.el-form-item__label { |
93 | padding-bottom: 0px; | 94 | padding-bottom: 0px; |
95 | font-size: 15px; | ||
94 | } | 96 | } |
95 | /deep/.el-form-item__error { | 97 | /deep/.el-form-item__error { |
96 | display: none; | 98 | display: none; | ... | ... |
... | @@ -18,14 +18,14 @@ | ... | @@ -18,14 +18,14 @@ |
18 | border: 1px solid #e8e8e8; | 18 | border: 1px solid #e8e8e8; |
19 | line-height: 42px; | 19 | line-height: 42px; |
20 | padding: 0 4px; | 20 | padding: 0 4px; |
21 | font-size: 14px; | 21 | font-size: 15px; |
22 | } | 22 | } |
23 | 23 | ||
24 | td { | 24 | td { |
25 | border: 1px solid #e8e8e8; | 25 | border: 1px solid #e8e8e8; |
26 | line-height: 42px; | 26 | line-height: 42px; |
27 | padding: 0 4px; | 27 | padding: 0 4px; |
28 | font-size: 14px; | 28 | font-size: 15px; |
29 | } | 29 | } |
30 | 30 | ||
31 | .title { | 31 | .title { | ... | ... |
... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
22 | text-align: center; | 22 | text-align: center; |
23 | line-height: 20px; | 23 | line-height: 20px; |
24 | color: black; | 24 | color: black; |
25 | font-size: 14px; | 25 | font-size: 15px; |
26 | " | 26 | " |
27 | v-if="tableData.length == 0"> | 27 | v-if="tableData.length == 0"> |
28 | 暂无数据 | 28 | 暂无数据 | ... | ... |
... | @@ -264,7 +264,7 @@ | ... | @@ -264,7 +264,7 @@ |
264 | width: 3%; | 264 | width: 3%; |
265 | height: 100%; | 265 | height: 100%; |
266 | display: flex; | 266 | display: flex; |
267 | font-size: 14px; | 267 | font-size: 15px; |
268 | text-indent: 20px; | 268 | text-indent: 20px; |
269 | align-items: center; | 269 | align-items: center; |
270 | border: 1px solid $borderColor; | 270 | border: 1px solid $borderColor; |
... | @@ -297,7 +297,7 @@ | ... | @@ -297,7 +297,7 @@ |
297 | background-color: #f8f8fa; | 297 | background-color: #f8f8fa; |
298 | color: #606266; | 298 | color: #606266; |
299 | display: flex; | 299 | display: flex; |
300 | font-size: 14px; | 300 | font-size: 15px; |
301 | text-indent: 50px; | 301 | text-indent: 50px; |
302 | align-items: center; | 302 | align-items: center; |
303 | border-right: 1px solid $borderColor; | 303 | border-right: 1px solid $borderColor; |
... | @@ -325,7 +325,7 @@ | ... | @@ -325,7 +325,7 @@ |
325 | 325 | ||
326 | .opinion { | 326 | .opinion { |
327 | position: relative; | 327 | position: relative; |
328 | font-size: 14px; | 328 | font-size: 15px; |
329 | 329 | ||
330 | /deep/.el-textarea__inner { | 330 | /deep/.el-textarea__inner { |
331 | border: none; | 331 | border: none; | ... | ... |
... | @@ -28,7 +28,7 @@ | ... | @@ -28,7 +28,7 @@ |
28 | .title { | 28 | .title { |
29 | line-height: 36px; | 29 | line-height: 36px; |
30 | text-align: center; | 30 | text-align: center; |
31 | font-size: 14px; | 31 | font-size: 15px; |
32 | } | 32 | } |
33 | 33 | ||
34 | .dot { | 34 | .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 | } | ... | ... |
... | @@ -225,7 +225,7 @@ export default { | ... | @@ -225,7 +225,7 @@ export default { |
225 | text-align: center; | 225 | text-align: center; |
226 | color: #ffffff; | 226 | color: #ffffff; |
227 | opacity: 0; | 227 | opacity: 0; |
228 | font-size: 14px; | 228 | font-size: 15px; |
229 | line-height: 36px; | 229 | line-height: 36px; |
230 | cursor: pointer; | 230 | cursor: pointer; |
231 | animation-name: slideUp; | 231 | animation-name: slideUp; | ... | ... |
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | display: flex; | 2 | display: flex; |
3 | justify-content: space-between; | 3 | justify-content: space-between; |
4 | height: 100%; | 4 | height: 100%; |
5 | font-size: 14px; | 5 | font-size: 15px; |
6 | 6 | ||
7 | .flexst { | 7 | .flexst { |
8 | display: flex; | 8 | display: flex; |
... | @@ -31,7 +31,7 @@ | ... | @@ -31,7 +31,7 @@ |
31 | @include flex-center; | 31 | @include flex-center; |
32 | flex-direction: column; | 32 | flex-direction: column; |
33 | color: #fff; | 33 | color: #fff; |
34 | font-size: 14px; | 34 | font-size: 15px; |
35 | margin-bottom: 0; | 35 | margin-bottom: 0; |
36 | 36 | ||
37 | i { | 37 | i { |
... | @@ -64,7 +64,7 @@ | ... | @@ -64,7 +64,7 @@ |
64 | .home-left { | 64 | .home-left { |
65 | width: 100%; | 65 | width: 100%; |
66 | padding-right: 3px; | 66 | padding-right: 3px; |
67 | font-size: 14px; | 67 | font-size: 15px; |
68 | min-height: 625px; | 68 | min-height: 625px; |
69 | 69 | ||
70 | .list-title { | 70 | .list-title { | ... | ... |
... | @@ -13,7 +13,7 @@ class data extends filter { | ... | @@ -13,7 +13,7 @@ class data extends filter { |
13 | { | 13 | { |
14 | label: '序号', | 14 | label: '序号', |
15 | type: 'index', | 15 | type: 'index', |
16 | width: '50', | 16 | width: '60', |
17 | render: (h, scope) => { | 17 | render: (h, scope) => { |
18 | return ( | 18 | return ( |
19 | <div> | 19 | <div> | ... | ... |
... | @@ -246,7 +246,7 @@ | ... | @@ -246,7 +246,7 @@ |
246 | <style lang="scss" scoped> | 246 | <style lang="scss" scoped> |
247 | input::placeholder { | 247 | input::placeholder { |
248 | color: #878787; | 248 | color: #878787; |
249 | font-size: 14px; | 249 | font-size: 15px; |
250 | font-family: Arial, Helvetica, sans-serif; | 250 | font-family: Arial, Helvetica, sans-serif; |
251 | } | 251 | } |
252 | #login { | 252 | #login { | ... | ... |
... | @@ -504,7 +504,7 @@ | ... | @@ -504,7 +504,7 @@ |
504 | .lp-legend { | 504 | .lp-legend { |
505 | transition: 0.5s; | 505 | transition: 0.5s; |
506 | height: 100%; | 506 | height: 100%; |
507 | font-size: 14px; | 507 | font-size: 15px; |
508 | .handleCol { | 508 | .handleCol { |
509 | width: 34px; | 509 | width: 34px; |
510 | float: right; | 510 | float: right; | ... | ... |
... | @@ -526,7 +526,7 @@ | ... | @@ -526,7 +526,7 @@ |
526 | .lp-legend { | 526 | .lp-legend { |
527 | transition: 0.5s; | 527 | transition: 0.5s; |
528 | height: 100%; | 528 | height: 100%; |
529 | font-size: 14px; | 529 | font-size: 15px; |
530 | .handleCol { | 530 | .handleCol { |
531 | width: 34px; | 531 | width: 34px; |
532 | float: right; | 532 | float: right; | ... | ... |
... | @@ -104,7 +104,7 @@ | ... | @@ -104,7 +104,7 @@ |
104 | } | 104 | } |
105 | 105 | ||
106 | .underline { | 106 | .underline { |
107 | font-size: 14px; | 107 | font-size: 15px; |
108 | font-weight: normal; | 108 | font-weight: normal; |
109 | text-decoration: underline; | 109 | text-decoration: underline; |
110 | display: inline-block; | 110 | display: inline-block; | ... | ... |
... | @@ -143,7 +143,7 @@ | ... | @@ -143,7 +143,7 @@ |
143 | 143 | ||
144 | .one th { | 144 | .one th { |
145 | height: 25px; | 145 | height: 25px; |
146 | font-size: 14px; | 146 | font-size: 15px; |
147 | } | 147 | } |
148 | 148 | ||
149 | th.linshi { | 149 | th.linshi { |
... | @@ -154,7 +154,7 @@ | ... | @@ -154,7 +154,7 @@ |
154 | height: 45px; | 154 | height: 45px; |
155 | 155 | ||
156 | p:nth-child(2) { | 156 | p:nth-child(2) { |
157 | font-size: 14px; | 157 | font-size: 15px; |
158 | } | 158 | } |
159 | } | 159 | } |
160 | 160 | ... | ... |
... | @@ -118,7 +118,7 @@ | ... | @@ -118,7 +118,7 @@ |
118 | } | 118 | } |
119 | 119 | ||
120 | .underline { | 120 | .underline { |
121 | font-size: 14px; | 121 | font-size: 15px; |
122 | font-weight: normal; | 122 | font-weight: normal; |
123 | text-decoration: underline; | 123 | text-decoration: underline; |
124 | display: inline-block; | 124 | display: inline-block; | ... | ... |
... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +16,7 @@ |
16 | text-align: center; | 16 | text-align: center; |
17 | line-height: 20px; | 17 | line-height: 20px; |
18 | color: black; | 18 | color: black; |
19 | font-size: 14px; | 19 | font-size: 15px; |
20 | " | 20 | " |
21 | v-if="tableData.length == 0"> | 21 | v-if="tableData.length == 0"> |
22 | 暂无数据 | 22 | 暂无数据 | ... | ... |
... | @@ -142,7 +142,7 @@ | ... | @@ -142,7 +142,7 @@ |
142 | 142 | ||
143 | .one th { | 143 | .one th { |
144 | height: 25px; | 144 | height: 25px; |
145 | font-size: 14px; | 145 | font-size: 15px; |
146 | } | 146 | } |
147 | 147 | ||
148 | th.linshi { | 148 | th.linshi { |
... | @@ -153,7 +153,7 @@ | ... | @@ -153,7 +153,7 @@ |
153 | height: 45px; | 153 | height: 45px; |
154 | 154 | ||
155 | p:nth-child(2) { | 155 | p:nth-child(2) { |
156 | font-size: 14px; | 156 | font-size: 15px; |
157 | } | 157 | } |
158 | } | 158 | } |
159 | 159 | ... | ... |
... | @@ -13,7 +13,7 @@ class data extends filter { | ... | @@ -13,7 +13,7 @@ class data extends filter { |
13 | { | 13 | { |
14 | label: '序号', | 14 | label: '序号', |
15 | type: 'index', | 15 | type: 'index', |
16 | width: '50', | 16 | width: '60', |
17 | render: (h, scope) => { | 17 | render: (h, scope) => { |
18 | return ( | 18 | return ( |
19 | <div> | 19 | <div> | ... | ... |
... | @@ -13,7 +13,7 @@ class data extends filter { | ... | @@ -13,7 +13,7 @@ class data extends filter { |
13 | { | 13 | { |
14 | label: '序号', | 14 | label: '序号', |
15 | type: 'index', | 15 | type: 'index', |
16 | width: '50', | 16 | width: '60', |
17 | render: (h, scope) => { | 17 | render: (h, scope) => { |
18 | return ( | 18 | return ( |
19 | <div> | 19 | <div> | ... | ... |
... | @@ -13,7 +13,7 @@ class data extends filter { | ... | @@ -13,7 +13,7 @@ class data extends filter { |
13 | { | 13 | { |
14 | label: '序号', | 14 | label: '序号', |
15 | type: 'index', | 15 | type: 'index', |
16 | width: '50', | 16 | width: '60', |
17 | render: (h, scope) => { | 17 | render: (h, scope) => { |
18 | return ( | 18 | return ( |
19 | <div> | 19 | <div> | ... | ... |
... | @@ -18,7 +18,7 @@ class data extends filter { | ... | @@ -18,7 +18,7 @@ class data extends filter { |
18 | { | 18 | { |
19 | label: '序号', | 19 | label: '序号', |
20 | type: 'index', | 20 | type: 'index', |
21 | width: '50', | 21 | width: '60', |
22 | render: (h, scope) => { | 22 | render: (h, scope) => { |
23 | return ( | 23 | return ( |
24 | <div> | 24 | <div> |
... | @@ -51,7 +51,7 @@ class data extends filter { | ... | @@ -51,7 +51,7 @@ class data extends filter { |
51 | }, | 51 | }, |
52 | { | 52 | { |
53 | label: '操作', | 53 | label: '操作', |
54 | width: '80', | 54 | width: '90', |
55 | render: (h, scope) => { | 55 | render: (h, scope) => { |
56 | return ( | 56 | return ( |
57 | <div> | 57 | <div> | ... | ... |
... | @@ -18,7 +18,7 @@ class data extends filter { | ... | @@ -18,7 +18,7 @@ class data extends filter { |
18 | { | 18 | { |
19 | label: '序号', | 19 | label: '序号', |
20 | type: 'index', | 20 | type: 'index', |
21 | width: '50', | 21 | width: '60', |
22 | render: (h, scope) => { | 22 | render: (h, scope) => { |
23 | return ( | 23 | return ( |
24 | <div> | 24 | <div> |
... | @@ -46,7 +46,7 @@ class data extends filter { | ... | @@ -46,7 +46,7 @@ class data extends filter { |
46 | { | 46 | { |
47 | label: '操作', | 47 | label: '操作', |
48 | align: 'center', | 48 | align: 'center', |
49 | width: '80', | 49 | width: '90', |
50 | render: (h, scope) => { | 50 | render: (h, scope) => { |
51 | return ( | 51 | return ( |
52 | <el-button type="text" icon="el-icon-edit-outline" onClick={() => { vm.openEditDialog(scope.row) }}>编辑</el-button> | 52 | <el-button type="text" icon="el-icon-edit-outline" onClick={() => { vm.openEditDialog(scope.row) }}>编辑</el-button> | ... | ... |
... | @@ -12,7 +12,7 @@ class data extends filter { | ... | @@ -12,7 +12,7 @@ class data extends filter { |
12 | { | 12 | { |
13 | label: '序号', | 13 | label: '序号', |
14 | type: 'index', | 14 | type: 'index', |
15 | width: '50', | 15 | width: '60', |
16 | render: (h, scope) => { | 16 | render: (h, scope) => { |
17 | return ( | 17 | return ( |
18 | <div> | 18 | <div> | ... | ... |
... | @@ -324,7 +324,7 @@ export default { | ... | @@ -324,7 +324,7 @@ export default { |
324 | .el-transfer-panel__header { | 324 | .el-transfer-panel__header { |
325 | .el-checkbox { | 325 | .el-checkbox { |
326 | .el-checkbox__label { | 326 | .el-checkbox__label { |
327 | font-size: 14px; | 327 | font-size: 15px; |
328 | 328 | ||
329 | span { | 329 | span { |
330 | left: 100px; | 330 | left: 100px; |
... | @@ -351,7 +351,7 @@ export default { | ... | @@ -351,7 +351,7 @@ export default { |
351 | } | 351 | } |
352 | 352 | ||
353 | em { | 353 | em { |
354 | font-size: 14px; | 354 | font-size: 15px; |
355 | font-weight: 600; | 355 | font-weight: 600; |
356 | } | 356 | } |
357 | } | 357 | } | ... | ... |
... | @@ -18,7 +18,7 @@ class data extends filter { | ... | @@ -18,7 +18,7 @@ class data extends filter { |
18 | { | 18 | { |
19 | label: '序号', | 19 | label: '序号', |
20 | type: 'index', | 20 | type: 'index', |
21 | width: '50', | 21 | width: '60', |
22 | render: (h, scope) => { | 22 | render: (h, scope) => { |
23 | return ( | 23 | return ( |
24 | <div> | 24 | <div> | ... | ... |
... | @@ -18,7 +18,7 @@ class data extends filter { | ... | @@ -18,7 +18,7 @@ class data extends filter { |
18 | { | 18 | { |
19 | label: '序号', | 19 | label: '序号', |
20 | type: 'index', | 20 | type: 'index', |
21 | width: '50', | 21 | width: '60', |
22 | render: (h, scope) => { | 22 | render: (h, scope) => { |
23 | return ( | 23 | return ( |
24 | <div> | 24 | <div> |
... | @@ -46,7 +46,7 @@ class data extends filter { | ... | @@ -46,7 +46,7 @@ class data extends filter { |
46 | }, | 46 | }, |
47 | { | 47 | { |
48 | label: "是否启用", | 48 | label: "是否启用", |
49 | width: '80', | 49 | width: '90', |
50 | render: (h, scope) => { | 50 | render: (h, scope) => { |
51 | return ( | 51 | return ( |
52 | <div> | 52 | <div> |
... | @@ -71,7 +71,7 @@ class data extends filter { | ... | @@ -71,7 +71,7 @@ class data extends filter { |
71 | 71 | ||
72 | { | 72 | { |
73 | label: '操作', | 73 | label: '操作', |
74 | width: '80', | 74 | width: '90', |
75 | render: (h, scope) => { | 75 | render: (h, scope) => { |
76 | return ( | 76 | return ( |
77 | <div> | 77 | <div> | ... | ... |
... | @@ -12,7 +12,7 @@ class data extends filter { | ... | @@ -12,7 +12,7 @@ class data extends filter { |
12 | { | 12 | { |
13 | label: '序号', | 13 | label: '序号', |
14 | type: 'index', | 14 | type: 'index', |
15 | width: '50', | 15 | width: '60', |
16 | render: (h, scope) => { | 16 | render: (h, scope) => { |
17 | return ( | 17 | return ( |
18 | <div> | 18 | <div> |
... | @@ -41,7 +41,7 @@ class data extends filter { | ... | @@ -41,7 +41,7 @@ class data extends filter { |
41 | }, | 41 | }, |
42 | { | 42 | { |
43 | label: "发布状态", | 43 | label: "发布状态", |
44 | width: '80', | 44 | width: '90', |
45 | render: (h, scope) => { | 45 | render: (h, scope) => { |
46 | switch (scope.row.noticeStatus) { | 46 | switch (scope.row.noticeStatus) { |
47 | case '1': | 47 | case '1': | ... | ... |
... | @@ -17,7 +17,7 @@ class data extends filter { | ... | @@ -17,7 +17,7 @@ class data extends filter { |
17 | { | 17 | { |
18 | label: '序号', | 18 | label: '序号', |
19 | type: 'index', | 19 | type: 'index', |
20 | width: '50', | 20 | width: '60', |
21 | render: (h, scope) => { | 21 | render: (h, scope) => { |
22 | return ( | 22 | return ( |
23 | <div> | 23 | <div> |
... | @@ -62,7 +62,7 @@ class data extends filter { | ... | @@ -62,7 +62,7 @@ class data extends filter { |
62 | }, | 62 | }, |
63 | { | 63 | { |
64 | label: "是否已读", | 64 | label: "是否已读", |
65 | width: '80', | 65 | width: '90', |
66 | render: (h, scope) => { | 66 | render: (h, scope) => { |
67 | switch (scope.row.isRead) { | 67 | switch (scope.row.isRead) { |
68 | case '1': | 68 | case '1': | ... | ... |
... | @@ -252,7 +252,7 @@ export default { | ... | @@ -252,7 +252,7 @@ export default { |
252 | 252 | ||
253 | /deep/.el-table th { | 253 | /deep/.el-table th { |
254 | height: 36px !important; | 254 | height: 36px !important; |
255 | font-size: 14px; | 255 | font-size: 15px; |
256 | color: #4a4a4a; | 256 | color: #4a4a4a; |
257 | } | 257 | } |
258 | 258 | ... | ... |
... | @@ -211,7 +211,7 @@ export default { | ... | @@ -211,7 +211,7 @@ export default { |
211 | display: flex; | 211 | display: flex; |
212 | /deep/.el-table th { | 212 | /deep/.el-table th { |
213 | height: 36px !important; | 213 | height: 36px !important; |
214 | font-size: 14px; | 214 | font-size: 15px; |
215 | color: #4a4a4a; | 215 | color: #4a4a4a; |
216 | } | 216 | } |
217 | .left { | 217 | .left { | ... | ... |
-
Please register or sign in to post a comment