vue-ant-patterns
Version:
vue-ant-patterns
47 lines (46 loc) • 1.16 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-biz-temptable {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-preferred-size: 0px;
flex-basis: 0px;
}
.depot-biz-temptable-showSelect {
background-color: #f0ad291a;
padding: 8px 16px;
margin-bottom: 8px;
}
.depot-biz-temptable-showSelect .ant-tag {
color: #000;
font-size: 14px;
cursor: pointer;
}
.depot-biz-temptable-showSelect .ant-tag i {
color: #000;
}
.depot-biz-temptable .bottom-tools {
margin-top: -50px;
}
.depot-biz-blur-query-highlight {
background-color: #ffc069;
padding: 0;
}