mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 08:55:52 +08:00
部分bug
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
/>
|
||||
<i class="cart-badge">{{ cartNum < 100 ? cartNum : "99" }}</i>
|
||||
</div>
|
||||
<hr class="hr"/>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
@@ -59,6 +60,10 @@ export default {
|
||||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.hr{
|
||||
height:1px;
|
||||
background:$theme_color;
|
||||
}
|
||||
.content {
|
||||
width: 1200px;
|
||||
height: 40px;
|
||||
|
||||
Reference in New Issue
Block a user