@@ -151,7 +151,6 @@
</template>
<script>
-
export default {
data() {
return {
@@ -417,6 +416,7 @@ export default {
},
// 关闭弹框
handleClose(done) {
+ this.getPageBase();
done();
}
@@ -471,6 +471,7 @@ export default {
outline-style: none;
width: 100%;
padding: 5px;
+ text-align: center;
box-sizing: border-box;
border-radius: 4px;
border: none !important;