diff --git a/ShadowEditor.Web/src/editor/system/dept/EditDeptWindow.jsx b/ShadowEditor.Web/src/editor/system/dept/EditDeptWindow.jsx index 369e62ac..f0b31f21 100644 --- a/ShadowEditor.Web/src/editor/system/dept/EditDeptWindow.jsx +++ b/ShadowEditor.Web/src/editor/system/dept/EditDeptWindow.jsx @@ -35,7 +35,7 @@ class EditDeptWindow extends React.Component {
diff --git a/ShadowEditor.Web/src/editor/system/dept/css/EditDeptWindow.css b/ShadowEditor.Web/src/editor/system/dept/css/EditDeptWindow.css index 94ba5752..2fc65413 100644 --- a/ShadowEditor.Web/src/editor/system/dept/css/EditDeptWindow.css +++ b/ShadowEditor.Web/src/editor/system/dept/css/EditDeptWindow.css @@ -1,3 +1,7 @@ .Window.EditDeptWindow>.wrap>.content>.Form>.FormControl>.Label { width: 80px; +} + +.Window.EditDeptWindow>.wrap>.content>.Form>.FormControl>.Label.text { + width: 120px; } \ No newline at end of file