CEES-CMD/ant-design-jeecg-vue/src/assets/less/index.less

29 lines
400 B
Plaintext
Raw Normal View History

2019-04-14 16:20:04 +08:00
/**
* 列表查询通用样式,移动端自适应
*/
2019-02-25 15:58:05 +08:00
.search{
margin-bottom: 54px;
}
.fold{
width: calc(100% - 216px);
display: inline-block
}
.operator{
margin-bottom: 18px;
}
@media screen and (max-width: 900px) {
.fold {
width: 100%;
}
}
.operator button {
margin-right: 5px;
}
i {
cursor: pointer;
}
2019-04-14 16:20:04 +08:00
.trcolor{
background-color: rgba(255, 192, 203, 0.31);
color:red;
}