|
@@ -57,7 +57,7 @@
|
|
|
|
|
|
<script setup>
|
|
|
import { ref, defineEmits, computed, watch } from 'vue'
|
|
|
-defineOptions({ name: 'dialog-page' })
|
|
|
+defineOptions({ name: 'components-ct-dialog' })
|
|
|
const emits = defineEmits('update:visible', 'close', 'submit')
|
|
|
|
|
|
const props = defineProps({
|
|
@@ -114,7 +114,7 @@ const handleSave = () => {
|
|
|
color: #fff;
|
|
|
background-color: #1976d2;
|
|
|
}
|
|
|
-::v-deep .v-dialog:not(.v-dialog--fullscreen) {
|
|
|
- overflow: visible !important;
|
|
|
-}
|
|
|
+// ::v-deep .v-dialog:not(.v-dialog--fullscreen) {
|
|
|
+// overflow: visible !important;
|
|
|
+// }
|
|
|
</style>
|