| 123456789101112131415161718192021222324252627282930 |
- .panel-group {
- .row {
- // display: flex;
- // align-items: center;
- margin-bottom: .24rem;
- }
- .save {
- margin-top: .48rem
- }
- .left {
- flex: 100px 0 1;
- text-align: right;
- }
- .right {
- flex: 830px 0 1;
- }
- .label {
- text-align: right;
- }
- .save-button{
- text-align: center;
- }
- .custom-field-rule{
- padding-top: 4px;
- position: absolute;
- color: #f5222d ;
- }
- }
|