1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| @import "~view-design/src/styles/index.less";
| // iview 自定义样式
|
| @primary-color: #ff5c58;
| @info-color: #fa6419;
| @success-color: #68cabe;
| @error-color: #ff3c2a;
| @table-thead-bg: #f8f8f9;
| @table-td-stripe-bg: #f8f8f9;
| @table-td-hover-bg: #ededed;
| @table-td-highlight-bg: #ededed;
| @font-size-base: 12px;
|
| .ivu-drawer,
| .drawer,
| .ivu-drawer-wrap {
| z-index: 2600 !important;
| }
|
|