fix: 主题样式修改

This commit is contained in:
fanpeijiang
2022-10-12 20:00:46 +08:00
parent b2e2e50a8a
commit 8a355a61b8
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ const isMobile = ref('pc')
.theme-example-bg { .theme-example-bg {
position: absolute; position: absolute;
left: 405px; left: 305px;
right: 300px; right: 300px;
height: calc(100% - 200px) !important; height: calc(100% - 200px) !important;
overflow-y: auto; overflow-y: auto;

View File

@@ -87,7 +87,7 @@ const choiceSkin = (e) => {
border: 4px solid #1c6fff; border: 4px solid #1c6fff;
} }
.theme-img { .theme-img {
width: 240px; width: 100%;
height: 116px; height: 116px;
object-fit: cover; object-fit: cover;
border-radius: 6px 6px 0px 0px; border-radius: 6px 6px 0px 0px;