update code
parent
b91ab2b7c6
commit
46cb3de58c
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<MyDialog v-if="show" v-model="show" :width="'1200px'" height="800px" :class="'font-size-' + fontSize"
|
||||
<MyDialog v-if="show" v-model="show" :width="'1200px'" height="680px" :class="'font-size-' + fontSize"
|
||||
class="fun-verify-group-dlg">
|
||||
<template slot="title">
|
||||
<div style="display: flex; align-items: center;justify-content: space-between;">
|
||||
|
@ -179,7 +179,7 @@ export default {
|
|||
.fun-nav {
|
||||
width: 300px;
|
||||
min-width: 300px;
|
||||
height: 505px;
|
||||
height: 585px;
|
||||
border-right: solid 1px #dddddd55;
|
||||
padding: 20px 10px;
|
||||
|
||||
|
|
Loading…
Reference in New Issue