| | |
| | | display: flex; |
| | | margin-bottom: 0px; |
| | | .ant-form-item-label { |
| | | // width: 100px; |
| | | height: 40px; |
| | | label { |
| | | width: 100%; |
| | |
| | | } |
| | | } |
| | | .ant-form-item-control-wrapper { |
| | | flex: 1 1; |
| | | .ant-select { |
| | | width: 100%; |
| | | margin-top: 4px; |
| | |
| | | opacity: 0; |
| | | } |
| | | } |
| | | .ant-col-cuslabel { |
| | | width: 10.5%; |
| | | } |
| | | .ant-col-cuswrap { |
| | | width: 89.5%; |
| | | } |
| | | } |
| | | .edit { |
| | | position: absolute; |
| | | left: calc(33% - 100px); |
| | | left: calc(33% - 70px); |
| | | top: 0px; |
| | | color: #1890ff; |
| | | cursor: pointer; |
| | | display: none; |
| | | } |
| | | .edit.close { |
| | | left: calc(33% - 75px); |
| | | left: calc(33% - 45px); |
| | | color: #ff4d4f; |
| | | } |
| | | } |
| | | .ant-col.textarea2 { |
| | | padding-left: 7px; |
| | | .page-card { |
| | | .edit { |
| | | left: calc(17% - 70px); |
| | | } |
| | | .edit.close { |
| | | left: calc(17% - 45px); |
| | | } |
| | | } |
| | | } |
| | | .ant-col.textarea3 .page-card { |
| | | .edit { |
| | | left: calc(11% - 70px); |
| | | } |
| | | .edit.close { |
| | | left: calc(11% - 45px); |
| | | } |
| | | } |
| | | .page-card:hover { |
| | | .edit { |
| | | display: inline-block; |