Ver código fonte

style(product-manage): 调整 SKU 提示文本样式

- 将 SKU 示例文本的左边距从 ml-2 改为 ml-3,以优化提示文本的布局
- 修改网站的 meta description,"Ansjer 运营平台"
WanGxC 6 meses atrás
pai
commit
2ed70d6442

+ 1 - 1
index.html

@@ -10,7 +10,7 @@
 		/>
 		<meta
 			name="description"
-			content="django-vue-admin 基于RBAC模型的权限控制的一整套基础开发平台,权限粒度达到列级别,前后端分离,后端采用django + django-rest-framework,前端采用基于 vue3 + CompositionAPI + typescript + vite + element plus"
+			content="Ansjer 运营平台"
 		/>
 		<link rel="icon" href="/favicon.ico" />
 		<title>Ansjer 运营平台</title>

+ 1 - 1
src/views/product-manage/product-list/component/EditDrawer.vue

@@ -116,7 +116,7 @@ function mappingShopId(val: any) {
             <span class="ml-4" style="color: #909399">
             <i class="bi bi-info-circle"></i>
             多个SKU用逗号","连接 
-            <span class="italic ml-2">
+            <span class="italic ml-3">
               e.g. sku1,sku2,sku3
             </span>
             </span>