Skip to content

Commit 52d371d

Browse files
authored
添加详情页摩尔标签的样式 (#119)
* fix * fix
1 parent 99515c5 commit 52d371d

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

src/components/community/detail/Index.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,4 +1524,8 @@
15241524
align-items: center;
15251525
height: 20px;
15261526
}
1527+
.moore {
1528+
background: #ff681f;
1529+
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
1530+
}
15271531
</style>

src/components/model-select/detail/Index.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,4 +1274,8 @@
12741274
align-items: center;
12751275
height: 20px;
12761276
}
1277+
.moore {
1278+
background: #ff681f;
1279+
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
1280+
}
12771281
</style>

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.50
1+
1.2.51

0 commit comments

Comments
 (0)