布局管理样式优化

feat/task1-c-wallet
Devil 2021-07-11 07:14:18 +08:00
parent 9e5d33b7b5
commit ab3755ced4
1 changed files with 3 additions and 0 deletions

View File

@ -231,6 +231,7 @@
}
.module-offcanvas-container .am-offcanvas-content {
color: #666;
overflow: hidden;
}
.module-offcanvas-container .am-offcanvas-bar:after {
background: #ccc;
@ -315,6 +316,8 @@
}
.group-border-style .chosen-container {
width: 72px !important;
display: block;
float: left;
}
.group-border-style .chosen-container:not(:last-child) {
margin-right: 5px;