邹能昇 преди 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


Някои файлове не бяха показани, защото твърде много файлове са промени