|
|
@@ -3,6 +3,7 @@
|
|
|
v-model="visible"
|
|
|
:close-on-click-modal="false"
|
|
|
:close-on-press-escape="false"
|
|
|
+ custom-class="editRowDialog"
|
|
|
fullscreen
|
|
|
align-center
|
|
|
append-to-body
|
|
|
@@ -64,6 +65,17 @@ const onConfirm = ()=>{
|
|
|
|
|
|
|
|
|
</script>
|
|
|
+<style lang="scss">
|
|
|
+.editRowDialog {
|
|
|
+ .el-dialog__body { background: rgba(0,0,0,.5)}
|
|
|
+ .check-wrap {
|
|
|
+ border-radius: 10px;
|
|
|
+ overflow: hidden;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+</style>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
+
|
|
|
</style>
|