Commit 8c183517 by Tang

feat: 头部修改不换行,间距优化

parent 1be1155f
......@@ -63,7 +63,7 @@ export default {
return (
<div class="gs-dropdown-rect">
<div
class="rect-title"
class="rect-title gs-hover"
vOn:click={() => {
this.$emit("itemClick", { ...nav, root: { ...this.nav } });
}}
......@@ -144,7 +144,7 @@ export default {
.gs-dropdown-rect {
display: flex;
flex-direction: column;
padding-right: 14px;
padding-right: 24px;
margin-bottom: 20px;
.rect-title {
......@@ -165,6 +165,7 @@ export default {
display: flex;
flex-direction: column;
padding-top: 35px;
padding-right: 24px;
margin-bottom: 20px;
&.no-padding-top {
......@@ -173,7 +174,7 @@ export default {
}
.gs-dropdown-item {
width: 180px;
//width: 180px;
padding: 7px 0;
font-weight: 400;
font-size: 14px;
......
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