组织机构管理样式修改。

This commit is contained in:
tengge1 2019-11-05 19:48:40 +08:00
parent d965095486
commit e7bdd4d432
2 changed files with 5 additions and 1 deletions

View File

@ -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>

View File

@ -1,3 +1,7 @@
.Window.EditDeptWindow>.wrap>.content>.Form>.FormControl>.Label {
width: 80px;
}
.Window.EditDeptWindow>.wrap>.content>.Form>.FormControl>.Label.text {
width: 120px;
}