af-mobile-client-vue3 1.2.38 → 1.2.39
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.
package/package.json
CHANGED
|
@@ -553,7 +553,7 @@ defineExpose({
|
|
|
553
553
|
<!-- 新增按钮,放在查询框后、查询条件下拉按钮前 -->
|
|
554
554
|
<VanCol v-if="buttonState?.add && buttonState.add === true && (filterButtonPermissions('add').state === false || ((filterButtonPermissions('add').state === true && userState.f.resources.f_role_name.includes((filterButtonPermissions('add').roleStr)))))" class="add-col">
|
|
555
555
|
<VanButton
|
|
556
|
-
icon="
|
|
556
|
+
icon="add"
|
|
557
557
|
type="primary"
|
|
558
558
|
size="small"
|
|
559
559
|
class="add-action-btn"
|
|
@@ -964,8 +964,9 @@ defineExpose({
|
|
|
964
964
|
}
|
|
965
965
|
}
|
|
966
966
|
|
|
967
|
-
.
|
|
967
|
+
:deep(.van-search__field) {
|
|
968
968
|
padding: 0 !important;
|
|
969
|
+
height: 100%;
|
|
969
970
|
}
|
|
970
971
|
|
|
971
972
|
.filter-condition {
|
|
@@ -987,12 +988,12 @@ defineExpose({
|
|
|
987
988
|
height: 40px;
|
|
988
989
|
border-radius: 10px;
|
|
989
990
|
background-color: var(--van-background);
|
|
990
|
-
color: #
|
|
991
|
+
color: #323233;
|
|
991
992
|
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
992
993
|
display: flex;
|
|
993
994
|
align-items: center;
|
|
994
995
|
justify-content: center;
|
|
995
|
-
font-size:
|
|
996
|
+
font-size: 16px;
|
|
996
997
|
padding: 0;
|
|
997
998
|
transition: all 0.2s;
|
|
998
999
|
&:hover,
|