refactor: set placement as top by edfault for modals, better response header layout
This commit is contained in:
@@ -113,7 +113,7 @@ export default defineComponent({
|
||||
},
|
||||
placement: {
|
||||
type: String,
|
||||
default: "center",
|
||||
default: "top",
|
||||
},
|
||||
},
|
||||
setup() {
|
||||
|
||||
Reference in New Issue
Block a user