Commit 5116566b authored by chenqikuai's avatar chenqikuai

fix(src\views\root\msg\index.vue): 修复消息管理弹出框样式

fix #201
parent a9c0f871
......@@ -87,6 +87,7 @@
v-model="showActionModal"
:centered="true"
:closable="false"
dialogClass="dialogClass"
@ok="onOk"
@cancle="show = false"
>
......@@ -339,3 +340,13 @@ export default Vue.extend({
},
})
</script>
<style scoped lang="scss">
::v-deep .dialogClass {
.ant-modal-footer {
border-top: 0;
display: flex;
justify-content: center;
align-items: center;
}
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment