@xilonglab/vue-main 1.6.7 → 1.6.9

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.
@@ -0,0 +1,5 @@
1
+ /* Element 弹窗打开时会给 body 增加右侧补偿,当前布局下会出现可见空隙 */
2
+ body.el-popup-parent--hidden {
3
+ width: 100% !important;
4
+ padding-right: 0 !important;
5
+ }
@@ -1,3 +1,5 @@
1
+ @import './element.css';
2
+
1
3
  :root {
2
4
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
3
5
  line-height: 1.5;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xilonglab/vue-main",
3
- "version": "1.6.7",
3
+ "version": "1.6.9",
4
4
  "description": "xilong vue main",
5
5
  "main": "packages/index.js",
6
6
  "scripts": {
@@ -140,7 +140,7 @@ defineExpose({ form, Captcha, Cookie, Error, validate })
140
140
  </el-input>
141
141
  </el-form-item>
142
142
  <el-form-item prop="password" :error="passwordError">
143
- <el-input type="password" v-model="form.password" placeholder="密码">
143
+ <el-input type="password" show-password v-model="form.password" placeholder="密码">
144
144
  <template #prepend>
145
145
  <el-icon>
146
146
  <Lock />