🐞 fix: style

This commit is contained in:
luoxiaozero 2023-03-30 22:37:07 +08:00
parent 0dd181cdbb
commit 0bf3e04fea
3 changed files with 2 additions and 3 deletions

View file

@ -5,7 +5,6 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link data-trunk rel="css" href="../../target/stylers/main.css">
</head>
<body>

View file

@ -24,7 +24,7 @@
.melt-card__header {
padding: 20px 28px;
}
.melt-card__header + .melt-card__content,
.melt-card__header+.melt-card__content,
.melt-card__footer {
padding: 0 28px 20px;
}

View file

@ -21,7 +21,7 @@
z-index: 2002;
}
.melt-modal-body > :deep(.melt-card) {
.melt-modal-body>:deep(.melt-card) {
width: 600px;
margin: auto;
}