主诉分类
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user