mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 17:54:37 +00:00
perf: 修复一些bug (#1538)
* perf: 修改一些翻译 * perf: 修改 权限联动 * perf: 修改消息订阅,站内信默认 check * perf: 修改 bug * perf: 修复一些bug Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
:title="this.$t('assets.Assets')"
|
:title="this.$t('assets.Assets')"
|
||||||
:visible.sync="dialogVisible"
|
:visible.sync="dialogVisible"
|
||||||
custom-class="asset-select-dialog"
|
custom-class="asset-select-dialog"
|
||||||
width="70%"
|
width="80vw"
|
||||||
top="1vh"
|
top="1vh"
|
||||||
@confirm="handleConfirm"
|
@confirm="handleConfirm"
|
||||||
@cancel="handleCancel"
|
@cancel="handleCancel"
|
||||||
@@ -192,7 +192,7 @@ export default {
|
|||||||
.el-dialog__wrapper ::v-deep .el-dialog__body{
|
.el-dialog__wrapper ::v-deep .el-dialog__body{
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
}
|
}
|
||||||
.page ::v-deep .treebox{
|
.page ::v-deep .treebox {
|
||||||
height: inherit !important;
|
height: inherit !important;
|
||||||
}
|
}
|
||||||
.asset-select-dialog >>> .transition-box:first-child {
|
.asset-select-dialog >>> .transition-box:first-child {
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<el-collapse-transition>
|
<el-collapse-transition>
|
||||||
<div style="display: flex;justify-items: center; flex-wrap: nowrap;justify-content:space-between;">
|
<div style="display: flex;justify-items: center; flex-wrap: nowrap;justify-content:space-between;">
|
||||||
<div v-show="iShowTree" :style="iShowTree?('width:20%;'):('width:0;')" class="transition-box">
|
<div v-show="iShowTree" :style="iShowTree?('width:20%;'):('width:0;')" class="transition-box left">
|
||||||
<component
|
<component
|
||||||
:is="component"
|
:is="component"
|
||||||
ref="AutoDataZTree"
|
ref="AutoDataZTree"
|
||||||
@@ -132,4 +132,7 @@ export default {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
/*border-right: solid 1px red;*/
|
/*border-right: solid 1px red;*/
|
||||||
}
|
}
|
||||||
|
.transition-box.left {
|
||||||
|
background: #f3f3f3;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@@ -154,6 +154,7 @@ export default {
|
|||||||
},
|
},
|
||||||
headerActions: {
|
headerActions: {
|
||||||
hasCreate: false,
|
hasCreate: false,
|
||||||
|
createInNewPage: true,
|
||||||
moreActionsType: 'primary',
|
moreActionsType: 'primary',
|
||||||
moreCreates: {
|
moreCreates: {
|
||||||
callback: (option) => {
|
callback: (option) => {
|
||||||
|
@@ -122,6 +122,7 @@ export default {
|
|||||||
query: this.$route.query
|
query: this.$route.query
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
createInNewPage: true,
|
||||||
searchConfig: {
|
searchConfig: {
|
||||||
url: '',
|
url: '',
|
||||||
options: [
|
options: [
|
||||||
|
Reference in New Issue
Block a user