This commit is contained in:
syuilo 2020-09-05 22:13:34 +09:00
parent a965fac82a
commit e441ee9d8a
3 changed files with 3 additions and 5 deletions

View file

@ -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);