1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
| // @import '~view-ui-plus/src/styles/index.less';
| @import './resetViewUi.less';
| // view-ui iconfont (404问题 https://github.com/view-design/ViewUIPlus/issues/212)
| // @ionicons-font-path: '~view-ui-plus/src/styles/common/iconfont/fonts';
| // @primary-color: #8c0776;
|
| div.attr-item-box {
| // padding-bottom: 20px;
|
| h3 {
| padding-bottom: 10px;
| }
|
| .ivu-tooltip {
| flex: 1;
| }
|
| .ivu-tooltip-rel {
| width: 100%;
| }
|
| .bg-item {
| display: flex;
| justify-content: space-between;
| // margin-bottom: 5px;
| padding: 5px;
| width: 100%;
| border-radius: 5px;
| background: #f6f7f9;
| flex: 1;
| }
| }
|
|