Commit b6d6b1c7 by 林家欣

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

parents 40e93487 d4641233
......@@ -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