mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-12-18 05:56:56 +08:00
23 lines
308 B
SCSS
23 lines
308 B
SCSS
.tmagic-design-form-inline {
|
|
.m-form-container {
|
|
display: inline-flex;
|
|
}
|
|
}
|
|
|
|
.m-form-container {
|
|
&.has-tip {
|
|
display: flex;
|
|
align-items: baseline;
|
|
|
|
.tmagic-design-form-item {
|
|
flex: 1;
|
|
}
|
|
}
|
|
|
|
.tmagic-design-form-item {
|
|
&.show-diff {
|
|
background: #f7dadd;
|
|
}
|
|
}
|
|
}
|