Browse Source

修改文字大小

bihuisong 6 months ago
parent
commit
90ff0b4ee8
1 changed files with 1 additions and 2 deletions
  1. 1 2
      zhjq-ui/src/views/system/voice/details/details.vue

+ 1 - 2
zhjq-ui/src/views/system/voice/details/details.vue

@@ -114,12 +114,11 @@ p {
   white-space: pre-wrap; /* 保留空格和换行 */
   max-width: 100%; /* 最大宽度为 100% */
   overflow: auto; /* 允许内容溢出时滚动 */
-  font-size: 16px; /* 设置默认字体大小 */
 }
 /* 响应式样式 */
 @media (max-width: 600px) {
   .rich-content {
-    font-size: 14px; /* 在手机端字体稍小 */
+    font-size: 14rpx; /* 在手机端字体稍小 */
   }
 }
 </style>