提交 6502f721 authored 作者: junjie's avatar junjie

feat(frontend):UI fix

上级 eedc3076
......@@ -90,7 +90,7 @@ export default {
icon: '圖標',
all: '全部',
enable: '啟用',
disable: '用',
disable: '用',
yes: '是',
no: '否',
reset: '重置',
......
......@@ -91,7 +91,7 @@ export default {
icon: '图标',
all: '全部',
enable: '启用',
disable: '用',
disable: '用',
yes: '是',
no: '否',
reset: '重置',
......
......@@ -28,6 +28,7 @@ export default {
/* topbar 56 */
min-height: calc(100vh - 56px);
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
......@@ -37,6 +38,7 @@ export default {
}
.ms-main-container {
height: 100%;
padding: 0;
}
</style>
......
......@@ -159,6 +159,7 @@ export default {
margin-top: 5%;
flex-direction: row;
width: 640px;
min-width: 640px;
height: 400px;
position: relative;
>>>div.el-card__header {
......
<template>
<layout-content :header="formType=='add' ? $t('organization.create') : $t('organization.modify')" back-name="system-dept">
<layout-content :header="formType=='add' ? $t('organization.create') : $t('organization.modify')" back-name="system-dept" style="height: 100%;">
<el-form ref="deptForm" :model="form" :rules="rule" size="small" label-width="auto" label-position="right">
<el-form-item :label="$t('organization.name')" prop="name">
<el-input v-model="form.name" />
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论