1.优化商品分类 2.其他优化

This commit is contained in:
gyq
2025-03-27 13:57:15 +08:00
parent 48280f92df
commit e13727e6ff
12 changed files with 16226 additions and 66 deletions

View File

@@ -13,7 +13,7 @@
收银员{{ store.userInfo.name }}
</div>
<div>
<span style="color: #666">{{ dayjs(store.userInfo.loginTime).format('YYYY-MM-DD HH:mm:ss') }}</span>
<span style="color: #999">{{ dayjs(store.userInfo.loginTime).format('YYYY-MM-DD HH:mm:ss') }}</span>
</div>
</div>
<!-- <div class="drawerbox_bo_top_ring">
@@ -32,7 +32,7 @@
</div> -->
</div>
<div class="drawerbox_bo_box">
<div style="padding: 10px; color: #999; font-weight: bold">系统</div>
<!-- <div style="padding: 10px 0; color: #999; font-weight: bold">系统</div> -->
<div class="drawerbox_bo_box_itemb_felx">
<!-- <div class="drawerbox_bo_box_itembox">
<div class="drawerbox_bo_box_icon">
@@ -178,7 +178,7 @@ defineExpose({
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #ccc;
border-bottom: 1px solid #47484b;
.drawerbox_bo_top_left {
display: flex;
@@ -212,12 +212,12 @@ defineExpose({
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
padding: 20px 0;
.drawerbox_bo_box_itembox {
width: 20%;
display: flex;
flex-direction: column;
align-items: center;
flex-direction: column;
margin-right: 20px;
margin-bottom: 30px;