fastlion-amis
Version:
一种MIS页面生成工具
70 lines (66 loc) • 1.5 kB
CSS
.abc-type-setting-container {
display: flex;
justify-content: flex-start;
align-items: center;
}
.abc-type-setting-container .abc-type-setting {
margin-right: 12px;
}
.abc-type-setting-container .abc-type-setting .manual-type {
margin-right: 4px;
}
.abc-type-setting-container .abc-type-setting .ant-input-number {
width: 60px;
}
.abc-setting-item {
color: var(--saas-Secondary-Text);
margin-bottom: 15px;
}
.abc-setting-item .tools-label {
text-align: left ;
height: 32px;
line-height: 32px;
}
.abc-setting-item .abc-setting-item-radio {
height: 32px;
line-height: 32px;
}
.mg-top15 {
margin-top: 15px;
}
.mg-top15 .ant-checkbox-wrapper {
color: var(--saas-Title-Text);
}
.abc-type-setting {
display: flex;
white-space: nowrap;
line-height: 32px;
align-items: center;
}
.abc-type-setting .edit-item-wrapper {
width: 50px;
height: 25px;
margin: 0 5px;
}
.abc-type-setting .edit-item-wrapper .ant-input-number {
width: 50px;
height: 25px;
}
.abc-type-setting .edit-item-wrapper .ant-input-number .ant-input-number-input-wrap {
height: 25px;
line-height: 25px;
}
.abc-type-setting .edit-item-wrapper .ant-input-number .ant-input-number-input-wrap .ant-input-number-input {
height: 25px;
}
.abc-type-setting .manual-type {
display: inline-block;
width: 80px;
}
.abc-type-setting .ant-input-number {
height: 24px;
}
.abc-type-setting .ant-input-number .ant-input-number-input {
height: 22px;
}
/*# sourceMappingURL=index.css.map */