修改订单表格样式

This commit is contained in:
@fawn-nine
2023-05-29 18:03:50 +08:00
parent 64f6bf09ab
commit 8e7a0ac397
7 changed files with 42 additions and 34 deletions

View File

@@ -2,7 +2,7 @@
<div>
<el-dialog class="anyDialog" :title="`${title}`" :close-on-click-modal="false" :visible.sync="visible" width='500px'
:before-close="beforeCloseDialog">
<div class="textBody" v-html="content"></div>
<div class="textBody" v-html="content" ></div>
<div slot="footer" class="dialog-footer" style="text-align: center;">
<el-button type="primary" @click="beforeCloseDialog"> </el-button>
</div>
@@ -43,6 +43,7 @@ export default {
</script>
<style>
.textBody{display: block; height: 600px; overflow-y: scroll; position: relative;}
.content {
text-align: center;
margin-top: 15px;