Blame view

ant-design-vue-jeecg/src/assets/less/index.less 411 Bytes
肖超群 authored
1
2
3
/**
 * 列表查询通用样式,移动端自适应
 */
肖超群 authored
4
.search {
肖超群 authored
5
6
  margin-bottom: 54px;
}
肖超群 authored
7
8

.fold {
肖超群 authored
9
10
11
  width: calc(100% - 216px);
  display: inline-block
}
肖超群 authored
12
13

.operator {
肖超群 authored
14
15
  margin-bottom: 18px;
}
肖超群 authored
16
肖超群 authored
17
18
19
20
21
@media screen and (max-width: 900px) {
  .fold {
    width: 100%;
  }
}
肖超群 authored
22
肖超群 authored
23
24
25
.operator button {
  margin-right: 5px;
}
肖超群 authored
26
肖超群 authored
27
28
29
i {
  cursor: pointer;
}
肖超群 authored
30
31

.trcolor {
肖超群 authored
32
  background-color: rgba(255, 192, 203, 0.31);
肖超群 authored
33
  color: red;
肖超群 authored
34
}