🐛(input / layer): 接受 issues 提议

This commit is contained in:
就眠儀式
2022-06-04 18:42:22 +08:00
parent 11ce9e3875
commit 27e41f8708
7 changed files with 14 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@layui/layer-vue",
"version": "1.3.14",
"version": "1.3.16",
"description": "a component library for Vue 3 base on layui-vue",
"homepage": "http://www.layui-vue.com",
"module": "lib/layer-vue.es.js",

View File

@@ -50,7 +50,8 @@ html #layuicss-layer {
}
.layui-layer-border {
box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
border: 1px solid #eeeeee;
box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}
.layui-layer-load {