主诉分类

This commit is contained in:
zhaotiantian
2023-11-28 16:59:09 +08:00
parent 86ab4a706c
commit e3feba62a8
3 changed files with 142 additions and 44 deletions
+3 -1
View File
@@ -1,5 +1,6 @@
<template>
<a-modal
class="dialog"
v-model:visible="props.openVis"
:title="props.title"
:width="props.width"
@@ -31,6 +32,7 @@
</script>
<style lang="less">
.dialog{
.ant-modal-title{
position: relative;
display: flex;
@@ -61,5 +63,5 @@
.ant-modal-wrap{
background-color: rgba(0,0,0,0.6);
}
}
</style>