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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
| .menu-card-detail-form {
| min-height: 190px;
|
| >.ant-row {
| >.ant-col:not(.textarea) {
| height: 65px;
| }
| .ant-col.textarea {
| position: relative;
| min-height: 80px;
| .ant-form-item-label {
| width: 14.2%;
| }
| .ant-form-item-control-wrapper {
| width: 85.8%;
| }
| .CodeMirror {
| height: 200px;
| }
|
| .formula-icon {
| position: absolute;
| top: -18px;
| right: 15px;
| cursor: pointer;
| font-size: 12px;
| color: #1890ff;
| }
| }
| }
| .color-form {
| .ant-form-item-control {
| .color-sketch-block {
| position: relative;
| top: 7px;
| }
| }
| }
| .ant-form-explain, .ant-form-extra {
| font-size: 13px;
| }
| .ant-select-search__field__mirror {
| max-width: 100%;
| overflow: hidden;
| }
| }
| .formula-fields {
| z-index: 1200!important;
|
| .ant-popover-inner-content {
| div {
| max-width: 750px;
| word-break: normal;
| }
| }
| }
|
|