Commit cb5976af authored by “yiyousong”'s avatar “yiyousong”

perf:优化皮肤分类详情展示

parent 35ba8602
...@@ -302,6 +302,7 @@ export default { ...@@ -302,6 +302,7 @@ export default {
<style lang="less" scoped> <style lang="less" scoped>
/deep/.ant-drawer-body { /deep/.ant-drawer-body {
height: 90%; height: 90%;
padding: 0px;
} }
.classify { .classify {
height: 100%; height: 100%;
...@@ -310,6 +311,7 @@ export default { ...@@ -310,6 +311,7 @@ export default {
.classify-list { .classify-list {
flex: 1; flex: 1;
margin-bottom: 10px; margin-bottom: 10px;
padding: 20px;
overflow-y: auto; overflow-y: auto;
} }
.footer-btn { .footer-btn {
...@@ -326,6 +328,7 @@ export default { ...@@ -326,6 +328,7 @@ export default {
} }
.skin-name { .skin-name {
margin-bottom: 0px; margin-bottom: 0px;
align-items: flex-start;
/deep/ .ant-form-item-label { /deep/ .ant-form-item-label {
line-height: 20px !important; line-height: 20px !important;
} }
...@@ -409,4 +412,4 @@ export default { ...@@ -409,4 +412,4 @@ export default {
/deep/.ant-form-explain { /deep/.ant-form-explain {
position: absolute; position: absolute;
} }
</style> </style>
\ No newline at end of file
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