Commit 6e20cdd8 authored by “yiyousong”'s avatar “yiyousong”

pref:优化皮肤设置右边预览图展示

parent 7be9cc17
...@@ -158,12 +158,16 @@ export default { ...@@ -158,12 +158,16 @@ export default {
height: 80vh; height: 80vh;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: 15px 0px;
.preview-seach { .preview-seach {
height: 32px; height: 32px;
padding: 0px 15px;
margin-bottom: 15px; margin-bottom: 15px;
} }
.preview-list { .preview-list {
flex: 1; height: 65vh;
padding: 0px 15px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
......
...@@ -162,7 +162,6 @@ export default { ...@@ -162,7 +162,6 @@ export default {
} }
.preview-box { .preview-box {
width: 15%; width: 15%;
padding: 15px;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment