Commit 455f34b9 authored by 黄卓's avatar 黄卓
parent 17766dc0
...@@ -109,6 +109,8 @@ export default { ...@@ -109,6 +109,8 @@ export default {
} }
.card-panel { .card-panel {
display: flex;
justify-content: space-between;
height: 108px; height: 108px;
cursor: pointer; cursor: pointer;
font-size: 12px; font-size: 12px;
...@@ -158,7 +160,6 @@ export default { ...@@ -158,7 +160,6 @@ export default {
} }
.card-panel-icon-wrapper { .card-panel-icon-wrapper {
float: left;
margin: 14px 0 0 14px; margin: 14px 0 0 14px;
padding: 16px; padding: 16px;
transition: all 0.38s ease-out; transition: all 0.38s ease-out;
...@@ -166,12 +167,10 @@ export default { ...@@ -166,12 +167,10 @@ export default {
} }
.card-panel-icon { .card-panel-icon {
float: left;
font-size: 48px; font-size: 48px;
} }
.card-panel-description { .card-panel-description {
float: right;
font-weight: bold; font-weight: bold;
margin: 26px; margin: 26px;
margin-left: 0px; margin-left: 0px;
......
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