yapi-next/vendors/client/containers/Group/GroupSetting/GroupSetting.scss
2023-06-25 19:08:56 +08:00

30 lines
414 B
SCSS

.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 ;
}
}