diff --git a/app/pages/industrySolutions/cabinet.vue b/app/pages/industrySolutions/cabinet.vue index 3181105..59af9de 100644 --- a/app/pages/industrySolutions/cabinet.vue +++ b/app/pages/industrySolutions/cabinet.vue @@ -89,39 +89,39 @@ useHead({

换电柜系统核心功能

-
+

用户管理

对注册小程序/app的用户进行管理。
-
+

换电柜管理

可分地区、分站点查询换电柜状态,对换电柜进行管理。
-
+

网点/代理商管理

对各城市、各区域代理点/网点信息 数据进行统计分析管理。
-
+

订单管理

可查询并管理换电柜的换电订单详细信息。
-
+

财务管理

可根据租赁情况、财务费用生成统 计报表。
-
+

运维管理

可分站点查询充电柜的运维人员、 @@ -140,7 +140,7 @@ useHead({
- +
@@ -161,7 +161,7 @@ useHead({
- +
@@ -176,6 +176,7 @@ useHead({ /* 页面容器 */ .internet_Things_car { + width: 100%; } @@ -288,7 +289,7 @@ useHead({ /* ====== 响应式调整 ====== */ @media (max-width: 1199px) { .internet_Things_car .item2 { - + width: 90%; margin: 40px auto; } @@ -335,6 +336,12 @@ useHead({ .itemTwo .textTitle { width: 90%; } + + /* 換電櫃系統核心功能響應式 */ + .internet_Things_car .item2 .col-lg-4 { + width: 50%; /* 中等螢幕顯示為兩列 */ + margin-bottom: 30px; + } } @media (max-width: 768px) { @@ -370,6 +377,12 @@ useHead({ .itemTwo .textTitle h4 { font-size: 18px; } + + /* 換電櫃系統核心功能響應式 */ + .internet_Things_car .item2 .col-lg-4 { + width: 33%; /* 小螢幕顯示為一列 */ + margin: 0 auto 20px; + } } @media (max-width: 480px) { @@ -398,7 +411,7 @@ useHead({ } .internet_Things_car .item2 img { - width: 100%; + width: 50%; height: auto; }