소스 검색

style(device/detail): 移除家具项的overflow隐藏属性以改善显示效果

liujia 2 달 전
부모
커밋
d5b4dfa8a3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/device/detail/index.vue

+ 1 - 1
src/views/device/detail/index.vue

@@ -451,7 +451,7 @@ onUnmounted(() => {
         linear-gradient(to right, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
       background-size: 20px 20px;
       border: 1px solid rgba(0, 0, 0, 0.8);
-      overflow: hidden;
+      // overflow: hidden;
 
       .furniture-item {
         position: absolute;