mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-22 01:39:31 +08:00
style(editor): 优化显示条件展示
This commit is contained in:
parent
c25be06441
commit
70b6bcd66b
@ -20,6 +20,14 @@
|
|||||||
.el-input__wrapper {
|
.el-input__wrapper {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.m-fields-group-list {
|
||||||
|
.tmagic-design-table {
|
||||||
|
th {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.m-editor-props-panel-popper {
|
.m-editor-props-panel-popper {
|
||||||
|
@ -237,6 +237,8 @@ export const displayTabConfig: TabPaneConfig = {
|
|||||||
{
|
{
|
||||||
type: 'groupList',
|
type: 'groupList',
|
||||||
name: 'displayConds',
|
name: 'displayConds',
|
||||||
|
titlePrefix: '条件组',
|
||||||
|
expandAll: true,
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
type: 'table',
|
type: 'table',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user