mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-27 12:22:09 +08:00
25 lines
290 B
SCSS
25 lines
290 B
SCSS
.m-form-panel {
|
|
.el-card__header {
|
|
&:hover {
|
|
background: #f2f6fc;
|
|
}
|
|
a {
|
|
color: #409eff;
|
|
}
|
|
}
|
|
|
|
.el-card__body {
|
|
padding: 10px;
|
|
}
|
|
|
|
.m-form-tip {
|
|
margin-left: 5px;
|
|
}
|
|
}
|
|
|
|
.m-container-panel {
|
|
&:not(:last-of-type) {
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|