rrj-astra-ui 1.1.49 → 1.1.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
<!-- 2. 修复:将+号按钮移到循环外部,确保每个分类只显示一个+号 -->
|
|
48
48
|
<!-- 关键修复:移除itemIndex判断,只保留customerData判断 -->
|
|
49
49
|
<view
|
|
50
|
+
v-if="customData"
|
|
50
51
|
class="custom-button"
|
|
51
52
|
@click="showEditInput(index)"
|
|
52
53
|
>
|
|
@@ -346,7 +347,7 @@ const addCustomData = (index) => {
|
|
|
346
347
|
display: inline-block;
|
|
347
348
|
padding: 8px 16px;
|
|
348
349
|
background-color: $aui-primary-color;
|
|
349
|
-
color:
|
|
350
|
+
color: #FFFFFF !important;
|
|
350
351
|
border: none;
|
|
351
352
|
border-radius: 4px;
|
|
352
353
|
cursor: pointer;
|