diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Config/SwaggerDoc.xml b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Config/SwaggerDoc.xml index 34d4d413..2fd4751f 100644 --- a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Config/SwaggerDoc.xml +++ b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Config/SwaggerDoc.xml @@ -453,6 +453,13 @@ + + + 删除 + + + + 用户管理 diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/yi-sqlsugar-dev.db b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/yi-sqlsugar-dev.db index 2888ca2c..e32920a1 100644 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/yi-sqlsugar-dev.db and b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/yi-sqlsugar-dev.db differ diff --git a/Yi.Vue3.x.Vant/src/components/AppCard.vue b/Yi.Vue3.x.Vant/src/components/AppCard.vue index 50f18f95..ad31cbbc 100644 --- a/Yi.Vue3.x.Vant/src/components/AppCard.vue +++ b/Yi.Vue3.x.Vant/src/components/AppCard.vue @@ -36,14 +36,13 @@ } .card-div { - background-color: #000; height: 6rem; width: 100%; } .bottom-div { display: flex; - justify-content: center; + /* justify-content: center; */ width: 100%; height: 6rem; overflow: hidden; @@ -54,7 +53,6 @@ .card-div-inside { flex: none; display: block; - margin-top: 0.5rem; margin-left: 0.5rem; margin-right: 0.5rem; diff --git a/Yi.Vue3.x.Vant/src/view/shop/shopIndex.vue b/Yi.Vue3.x.Vant/src/view/shop/shopIndex.vue index 18cf4dcf..9ce6a541 100644 --- a/Yi.Vue3.x.Vant/src/view/shop/shopIndex.vue +++ b/Yi.Vue3.x.Vant/src/view/shop/shopIndex.vue @@ -1,42 +1,48 @@ - + + + + + + + - - - 1 - 2 - 3 - 4 - + + + 1 + 2 + 3 + 4 + - - - - - - - - - 点击前往搜索 - + + + + + + + + + \ No newline at end of file