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
| .commontable-column-form {
| min-height: 190px;
| .ant-form-item {
| .ant-input-number {
| width: 100%;
| }
| }
| .anticon-question-circle {
| color: #c49f47;
| position: relative;
| left: -3px;
| }
| .ant-cascader-menus {
| padding: 5px 0px;
| .ant-cascader-menu:last-child {
| padding-right: 3px;
| }
| }
| .textarea {
| .ant-form-item-label {
| width: 12%;
| }
| .ant-form-item-control-wrapper {
| width: 88%;
| }
| }
| }
|
|