mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
组织机构管理样式修改。
This commit is contained in:
parent
d965095486
commit
e7bdd4d432
@ -35,7 +35,7 @@ class EditDeptWindow extends React.Component {
|
||||
<Form>
|
||||
<FormControl hidden={pid === ''}>
|
||||
<Label>{_t('PDept Name')}</Label>
|
||||
<Label>{pname}</Label>
|
||||
<Label className={'text'}>{pname}</Label>
|
||||
</FormControl>
|
||||
<FormControl>
|
||||
<Label>{_t('Name')}</Label>
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
.Window.EditDeptWindow>.wrap>.content>.Form>.FormControl>.Label {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
.Window.EditDeptWindow>.wrap>.content>.Form>.FormControl>.Label.text {
|
||||
width: 120px;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user