🐛(input / layer): 接受 issues 提议
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user