This commit is contained in:
yanran200730
2022-01-18 16:09:37 +08:00
parent 55b6b0c94a
commit cd8aef1c06
4 changed files with 59 additions and 2 deletions

View File

@@ -477,6 +477,14 @@ export default {
<style lang="scss" scoped>
.add {
height: 100%;
::v-deep .AiWechatSelecter-container {
background: red;
.el-icon-circle-close {
display: none!important;
}
}
.form-flex {
display: flex;
align-items: center;