xiatian 5 năm trước cách đây
mục cha
commit
22379d74e8
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/modules/portal/views/home/SiteMessageDetail.vue

+ 3 - 1
src/modules/portal/views/home/SiteMessageDetail.vue

@@ -94,6 +94,8 @@ export default {
   background-color: #ffffff;
   text-align: center;
   min-height: 400px;
-  overflow-y: auto;
+}
+.site-message-content {
+  overflow: auto;
 }
 </style>