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
34
35
36
| .model-menu-setting-form {
| position: relative;
|
| .anticon-question-circle {
| color: #c49f47;
| margin-right: 3px;
| }
| .ant-input-number {
| width: 100%;
| }
| .css {
| padding-top: 10px;
| .css-class {
| position: absolute;
| right: 13px;
| top: -15px;
| z-index: 1;
| button {
| height: 25px;
| }
| }
| .ant-form-item {
| margin-bottom: 0;
| }
| .ant-form-item-label {
| width: 16%;
| }
| .ant-form-item-control-wrapper {
| width: 84%;
| .code-mirror-wrap .code-mirror-area .CodeMirror {
| height: 100px;
| min-height: 100px;
| }
| }
| }
| }
|
|