+
+ {renderByPropertyKey()}
+
+ {modelOpen ? (
+
{
- handleChangeOpen('close')
+ handleChangeOpen("close");
}}
/>
- ): (
-
+ ) : (
+
{
- handleChangeOpen('open')
+ handleChangeOpen("open");
}}
/>
- ) }
-
+ )}
);
}
diff --git a/solidui-web/src/pages/Designer/Properties/configurations.less b/solidui-web/src/pages/Designer/Properties/configurations.less
index ca9d9fa..01a6309 100644
--- a/solidui-web/src/pages/Designer/Properties/configurations.less
+++ b/solidui-web/src/pages/Designer/Properties/configurations.less
@@ -64,7 +64,8 @@
height: 100%;
cursor: pointer;
// width: 33.33%;
- width: 50%;
+ // width: 50%;
+ flex: 1;
font-size: 12px;
&.active {