af-mobile-client-vue3 1.3.9 → 1.3.10

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "af-mobile-client-vue3",
3
3
  "type": "module",
4
- "version": "1.3.9",
4
+ "version": "1.3.10",
5
5
  "packageManager": "pnpm@10.13.1",
6
6
  "description": "Vue + Vite component lib",
7
7
  "engines": {
@@ -966,6 +966,7 @@ defineExpose({
966
966
  min-width: 76px;
967
967
  height: 40px;
968
968
  border-radius: 10px;
969
+ padding: 0 14px;
969
970
  // font-size: var(--van-font-size-md);
970
971
  transition: all 0.2s ease;
971
972
  &:active {
@@ -143,8 +143,8 @@ function deleteRow(result) {
143
143
  <!-- @to-detail="toDetail" -->
144
144
  <!-- /> -->
145
145
  <XCellList
146
- service-name="af-apply"
147
- config-name="ApplyMobileProcessCRUD"
146
+ service-name="af-safecheck"
147
+ config-name="temporarySecurityCheckCRUD"
148
148
  :custom-add="true"
149
149
  @to-detail="toDetail"
150
150
  @add="addOption"