Explorar o código

refactor(policy): 优化隐私政策和用户协议页面样式和内容展示

- 重新设计了页面布局和样式,使其更加美观和易读
- 增加了对内容的格式化处理,支持更好的文本排版
- 添加了响应式设计,确保在不同设备上都能良好显示
- 优化了错误处理,提高了页面的健壮性
fugui001 hai 4 meses
pai
achega
36df378949

+ 1 - 1
src/views/system/business/ofService/indexPreview.vue

@@ -194,7 +194,7 @@ const handleContentFormatting = (content: string): string => {
 
 /* 处理可能的空白内容 */
 .tos-content:empty::before {
-  content: "暂无内容";
+  content: '暂无内容';
   color: #999;
   font-style: italic;
 }

+ 1 - 1
src/views/system/business/policy/indexPolicyPreview.vue

@@ -189,7 +189,7 @@ const fetchPolicy = async () => {
 
 /* 处理可能的空白内容 */
 .policy-content:empty::before {
-  content: "暂无隐私政策内容";
+  content: '暂无隐私政策内容';
   color: #999;
   font-style: italic;
 }