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
33
| .model-tablename-manage-view {
| >.ant-list {
| margin-top: 20px;
| .ant-list-item {
| display: -webkit-box;
| padding-right: 20px;
| position: relative;
| padding-left: 5px;
| overflow: hidden;
| text-overflow: ellipsis;
| -webkit-line-clamp: 2;
| -webkit-box-orient: vertical;
| min-height: 55px;
| width: 100%;
| .anticon {
| position: absolute;
| top: 0px;
| right: 0px;
| padding: 3px 3px 10px 10px;
| cursor: pointer;
| }
| }
| }
| .tables {
| width: 66.66666667%!important;
| .ant-select-selection-selected-value {
| opacity: 0.4!important;
| }
| }
| >.ant-form-item-label {
| width: 33.33333333%;
| }
| }
|
|