vue-ant-patterns
Version:
vue-ant-patterns
33 lines (32 loc) • 733 B
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-detail-drawer.ant-drawer .ant-drawer-content .ant-drawer-body {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
padding: 0;
}
.depot-detail-drawer-banner {
height: 240px;
background: #ccc;
}
.depot-detail-drawer-body {
position: absolute;
top: 240px;
bottom: 0;
left: 0;
right: 0;
overflow: scroll;
background: #ddd;
}