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
| .menu-action-list-form {
| min-height: 190px;
| .superconfig {
| color: #1890ff;
| cursor: pointer;
| }
| .textarea {
| .ant-col-sm-7 {
| width: 14%;
| }
| .ant-col-sm-17 {
| width: 86%;
| }
| }
| .ant-radio-group {
| white-space: nowrap;
| .ant-radio-wrapper {
| margin-right: 4px;
| }
| }
| .with-button {
| .ant-form-item-control-wrapper {
| padding-right: 63px;
| }
| .ant-btn {
| position: absolute;
| right: 12px;
| top: 4.5px;
| }
| }
| .ant-input:read-only {
| background: #fafafa;
| resize: none;
| }
| .ant-input:read-only:hover, .ant-input:read-only:focus {
| border-color: #d9d9d9;
| box-shadow: none;
| }
| }
|
|