Commit b6d6b1c7 by 林家欣

Merge branch 'master' of https://gitee.com/gs1-office-web-sit/gs1

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