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
| .model-table-setting-form-box {
| .model-table-setting-form {
| .textarea {
| .ant-form-item-label {
| width: 16.3%;
| }
| .ant-form-item-control-wrapper {
| width: 83.33333333%;
| }
| }
| .anticon-question-circle {
| color: #c49f47;
| margin-right: 3px;
| }
| }
| .operation-btn {
| display: inline-block;
| font-size: 16px;
| padding: 0 5px;
| cursor: pointer;
| }
| td {
| word-break: break-all;
| }
| }
|
|