Commit a0379c78 by zhaochengxiang

bug fix

parent d8020f0c
...@@ -14,7 +14,7 @@ import { DataModelerRoleAdmin, DataModelerRoleUser, DataModelerRoleReader, Asset ...@@ -14,7 +14,7 @@ import { DataModelerRoleAdmin, DataModelerRoleUser, DataModelerRoleReader, Asset
//元曜公网环境 isSzseEnv false //元曜公网环境 isSzseEnv false
export const isSzseEnv = false; export const isSzseEnv = false;
export const inputWidth = isSzseEnv?360:240; export const inputWidth = isSzseEnv?360:200;
export const ContextPath = '/data-govern'; export const ContextPath = '/data-govern';
......
...@@ -246,7 +246,7 @@ export function TagSelect({ options, onChange }) { ...@@ -246,7 +246,7 @@ export function TagSelect({ options, onChange }) {
} }
}} }}
open={false} open={false}
style={{ width: 300 }} style={{ width: 200 }}
value={(options??[]).map(item => item.value)} value={(options??[]).map(item => item.value)}
options={options} options={options}
allowClear allowClear
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment