n20-common-lib 2.7.54 → 2.7.55

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,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "2.7.54",
3
+ "version": "2.7.55",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -224,7 +224,6 @@ export async function getSign(plain, dn) {
224
224
  confirmButtonText: '确定',
225
225
  cancelButtonText: '取消',
226
226
  inputType: 'password',
227
- zIndex: 99999
228
227
  })
229
228
  .then(({ value }) => {
230
229
  return performSign(plainText, value).then((signedData) => {