🐛(input / layer): 接受 issues 提议
This commit is contained in:
parent
11ce9e3875
commit
27e41f8708
@ -31,7 +31,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@layui/icons-vue": "^1.0.9",
|
||||
"@layui/layer-vue": "^1.3.14",
|
||||
"@layui/layer-vue": "^1.3.16",
|
||||
"@vueuse/core": "^8.5.0",
|
||||
"animate.css": "^4.1.1",
|
||||
"async-validator": "^4.1.1",
|
||||
|
@ -25,6 +25,10 @@
|
||||
border-radius: var(--input-border-radius);
|
||||
}
|
||||
|
||||
.layui-input-wrapper:focus-within {
|
||||
border-color: var(--global-checked-color);
|
||||
}
|
||||
|
||||
.layui-input-prefix {
|
||||
display: flex;
|
||||
flex: none;
|
||||
|
@ -19,6 +19,8 @@
|
||||
<li>[修复] tab 组件 brief 风格 background-color 为 transparent 透明色</li>
|
||||
<li>[修复] tab 组件 brief 风格 position 为 bottom 时 active-bar 的位置</li>
|
||||
<li>[优化] tab 组件 tab-panel 宽度超出当前组件宽度时, 增加左右滑动的能力</li>
|
||||
<li>[优化] layer 组件 夜间模式 无边框的问题</li>
|
||||
<li>[其他] 本地化 docsearch 静态资源</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -32,7 +32,7 @@
|
||||
>
|
||||
<span
|
||||
>{{ t("home.download") }}:<em class="site-showdowns"
|
||||
>11,504</em
|
||||
>12,041</em
|
||||
></span
|
||||
>
|
||||
</div>
|
||||
@ -43,7 +43,7 @@
|
||||
rel="nofollow"
|
||||
class="site-star"
|
||||
>
|
||||
<i class="layui-icon"></i> Star <cite id="getStars">1054</cite>
|
||||
<i class="layui-icon"></i> Star <cite id="getStars">1116</cite>
|
||||
</a>
|
||||
<a
|
||||
href="https://gitee.com/layui-vue"
|
||||
|
@ -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 {
|
||||
|
@ -72,7 +72,7 @@ importers:
|
||||
package/component:
|
||||
specifiers:
|
||||
'@layui/icons-vue': ^1.0.9
|
||||
'@layui/layer-vue': ^1.3.14
|
||||
'@layui/layer-vue': ^1.3.16
|
||||
'@vueuse/core': ^8.5.0
|
||||
animate.css: ^4.1.1
|
||||
async-validator: ^4.1.1
|
||||
@ -3551,7 +3551,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/image-size/0.5.5:
|
||||
resolution: {integrity: sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=}
|
||||
resolution: {integrity: sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
hasBin: true
|
||||
requiresBuild: true
|
||||
|
Loading…
Reference in New Issue
Block a user