首页样式调整
Showing
1 changed file
with
4 additions
and
2 deletions
| 1 | <template> | 1 | <template> |
| 2 | <div class="main"> | 2 | <div class="main" style="padding: 18px!important;"> |
| 3 | <div class="panel content_box"> | 3 | <div class="panel content_box"> |
| 4 | <el-card class="panel_left"> | 4 | <el-card class="panel_left"> |
| 5 | <div slot="header" class="clearfix"> | 5 | <div slot="header" class="clearfix"> |
| ... | @@ -224,6 +224,7 @@ export default { | ... | @@ -224,6 +224,7 @@ export default { |
| 224 | flex-direction: column; | 224 | flex-direction: column; |
| 225 | overflow: hidden; | 225 | overflow: hidden; |
| 226 | height: 100%; | 226 | height: 100%; |
| 227 | |||
| 227 | .clearfix { | 228 | .clearfix { |
| 228 | span { | 229 | span { |
| 229 | color: #6d7278; | 230 | color: #6d7278; |
| ... | @@ -244,6 +245,7 @@ export default { | ... | @@ -244,6 +245,7 @@ export default { |
| 244 | .panel { | 245 | .panel { |
| 245 | @flex(); | 246 | @flex(); |
| 246 | width: 100%; | 247 | width: 100%; |
| 248 | padding: 0 0 18px!important; | ||
| 247 | .panel_left { | 249 | .panel_left { |
| 248 | width: 35%; | 250 | width: 35%; |
| 249 | margin-right: 20px; | 251 | margin-right: 20px; |
| ... | @@ -309,7 +311,7 @@ export default { | ... | @@ -309,7 +311,7 @@ export default { |
| 309 | } | 311 | } |
| 310 | .notice { | 312 | .notice { |
| 311 | padding: 0; | 313 | padding: 0; |
| 312 | height: calc(100% - 285px); | 314 | height: calc(100% - 266px); |
| 313 | @flex(); | 315 | @flex(); |
| 314 | .news { | 316 | .news { |
| 315 | float: left; | 317 | float: left; | ... | ... |
-
Please register or sign in to post a comment