wip
This commit is contained in:
parent
a965fac82a
commit
e441ee9d8a
3 changed files with 3 additions and 5 deletions
|
|
@ -209,14 +209,11 @@ export default defineComponent({
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.mk-dialog {
|
||||
display: block;
|
||||
position: fixed;
|
||||
margin: auto;
|
||||
position: relative;
|
||||
padding: 32px;
|
||||
min-width: 320px;
|
||||
max-width: 480px;
|
||||
box-sizing: border-box;
|
||||
width: calc(100% - 32px);
|
||||
text-align: center;
|
||||
background: var(--panel);
|
||||
border-radius: var(--radius);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue