af-mobile-client-vue3 1.2.37 → 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,6 +964,11 @@ defineExpose({
|
|
|
964
964
|
}
|
|
965
965
|
}
|
|
966
966
|
|
|
967
|
+
:deep(.van-search__field) {
|
|
968
|
+
padding: 0 !important;
|
|
969
|
+
height: 100%;
|
|
970
|
+
}
|
|
971
|
+
|
|
967
972
|
.filter-condition {
|
|
968
973
|
display: flex;
|
|
969
974
|
align-items: center;
|
|
@@ -983,12 +988,12 @@ defineExpose({
|
|
|
983
988
|
height: 40px;
|
|
984
989
|
border-radius: 10px;
|
|
985
990
|
background-color: var(--van-background);
|
|
986
|
-
color: #
|
|
991
|
+
color: #323233;
|
|
987
992
|
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
988
993
|
display: flex;
|
|
989
994
|
align-items: center;
|
|
990
995
|
justify-content: center;
|
|
991
|
-
font-size:
|
|
996
|
+
font-size: 16px;
|
|
992
997
|
padding: 0;
|
|
993
998
|
transition: all 0.2s;
|
|
994
999
|
&:hover,
|
|
@@ -1034,9 +1039,6 @@ defineExpose({
|
|
|
1034
1039
|
padding: 0;
|
|
1035
1040
|
}
|
|
1036
1041
|
}
|
|
1037
|
-
.title-search {
|
|
1038
|
-
padding: 0 !important;
|
|
1039
|
-
}
|
|
1040
1042
|
.filter-icon-box {
|
|
1041
1043
|
display: flex;
|
|
1042
1044
|
align-items: center;
|