mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-03 18:56:39 +08:00
38 lines
728 B
Plaintext
38 lines
728 B
Plaintext
.warp-card {
|
|
margin-top: 10px;
|
|
&:first-child {
|
|
margin-top: 0;
|
|
}
|
|
.action-show {
|
|
.ivu-btn {
|
|
margin: 0 3px;
|
|
}
|
|
}
|
|
.action-hide {
|
|
.ivu-btn {
|
|
margin: 0 3px;
|
|
span {
|
|
//display: none;
|
|
}
|
|
}
|
|
}
|
|
.add-form {
|
|
padding-top: 15px;
|
|
}
|
|
}
|
|
.areaSelect .areaBox .areaArrow.active {
|
|
border-color: #689df6 !important;
|
|
}
|
|
|
|
.areaSelect .areaBox .areaInput:hover, .areaSelect .areaBox .areaInput:focus {
|
|
border-color: #689df6 !important;
|
|
}
|
|
|
|
.areaSelect .areaBox .areaModal ul li.active[data-v-16a01167] {
|
|
background: #fff !important;
|
|
color: #689df6 !important;
|
|
}
|
|
.main{
|
|
.side-menu-wrapper .ivu-menu-dark .ivu-menu .ivu-menu-submenu-has-parent-submenu{ padding-left: 41px; }
|
|
}
|