vue-ant-patterns
Version:
vue-ant-patterns
60 lines (59 loc) • 1.5 kB
CSS
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*
命名规则, 三部分 className
.flex-侧轴
.flex-主轴
.flex-侧轴-主轴
*/
.depot-dformborder-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 12px;
}
.depot-dformborder-title-text {
font-size: 18px;
font-weight: bold;
}
.depot-dformborder-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.depot-dformborder-content-coll {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.depot-dformborder-content-anchor {
width: auto;
}
.depot-dformborder-content-anchor-hidden {
display: none;
}
.depot-dformborder-panel {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
border-bottom: 0px ;
}
.depot-dformborder-panel .ant-collapse-header {
border-bottom: 1px solid #ecf0f4;
}