소스 검색

circle page

邹能昇 4 달 전
부모
커밋
8e15878da3
2개의 변경된 파일27개의 추가작업 그리고 1개의 파일을 삭제
  1. 27 1
      nova-werun/components/circle-card/index.less
  2. 0 0
      nova-werun/components/circle-card/index.wxss

+ 27 - 1
nova-werun/components/circle-card/index.less

@@ -275,6 +275,19 @@
             flex: 1; /* 允许内容占用剩余空间 */
             white-space: normal; /* 允许内容换行 */
             overflow-wrap: break-word; /* 处理长单词的换行 */
+            position: relative;
+            .delete{
+                width: 100rpx;
+                height: 50rpx;
+                display: flex;
+                justify-content: center;
+                align-items: center;
+                background-color: white;
+                position: absolute;
+                top: -40rpx;
+                left: 50%;
+                z-index: 99;
+            }
         }
         .comment2{
             background-color: #bfbebe;
@@ -321,6 +334,19 @@
             flex: 1; /* 允许内容占用剩余空间 */
             white-space: normal; /* 允许内容换行 */
             overflow-wrap: break-word; /* 处理长单词的换行 */
+            position: relative;
+            .delete{
+                width: 100rpx;
+                height: 50rpx;
+                display: flex;
+                justify-content: center;
+                align-items: center;
+                background-color: white;
+                position: absolute;
+                top: -40rpx;
+                left: 50%;
+                z-index: 99;
+            }
         }
         .comment2{
             background-color: #bfbebe;
@@ -340,7 +366,7 @@
                 align-items: center;
                 background-color: white;
                 position: absolute;
-                bottom: -40rpx;
+                top: -40rpx;
                 left: 50%;
                 z-index: 99;
             }

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
nova-werun/components/circle-card/index.wxss


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.