|
@@ -140,7 +140,7 @@
|
|
|
:role="roleUser.role"
|
|
:role="roleUser.role"
|
|
|
:orgName="roleUser.orgName"
|
|
:orgName="roleUser.orgName"
|
|
|
/>
|
|
/>
|
|
|
- <el-drawer :visible.sync="xiaokeDia" width="100%" direction="rtl" :size="Full_Screen ? ' 100%' : '30%'">
|
|
|
|
|
|
|
+ <el-drawer class="dra" :visible.sync="xiaokeDia" width="100%" direction="rtl" :size="Full_Screen ? ' 100%' : '30%'">
|
|
|
<div slot="title" style="display: flex; align-items: center;">
|
|
<div slot="title" style="display: flex; align-items: center;">
|
|
|
<img style="cursor: pointer;width: 24px;margin-left: 15px;" :src="!Full_Screen ? fullScreen : nofullScreen"
|
|
<img style="cursor: pointer;width: 24px;margin-left: 15px;" :src="!Full_Screen ? fullScreen : nofullScreen"
|
|
|
@click="Full_Screen = !Full_Screen" alt="">
|
|
@click="Full_Screen = !Full_Screen" alt="">
|
|
@@ -700,7 +700,9 @@ export default {
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
z-index: 999;
|
|
z-index: 999;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+.dra >>> .el-drawer__header{
|
|
|
|
|
+ padding: 20px 20px 0 0 !important;
|
|
|
|
|
+}
|
|
|
.window-header {
|
|
.window-header {
|
|
|
height: 85px;
|
|
height: 85px;
|
|
|
width: 105px;
|
|
width: 105px;
|