🐛(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

@ -31,7 +31,7 @@
}, },
"dependencies": { "dependencies": {
"@layui/icons-vue": "^1.0.9", "@layui/icons-vue": "^1.0.9",
"@layui/layer-vue": "^1.3.14", "@layui/layer-vue": "^1.3.16",
"@vueuse/core": "^8.5.0", "@vueuse/core": "^8.5.0",
"animate.css": "^4.1.1", "animate.css": "^4.1.1",
"async-validator": "^4.1.1", "async-validator": "^4.1.1",

View File

@ -25,6 +25,10 @@
border-radius: var(--input-border-radius); border-radius: var(--input-border-radius);
} }
.layui-input-wrapper:focus-within {
border-color: var(--global-checked-color);
}
.layui-input-prefix { .layui-input-prefix {
display: flex; display: flex;
flex: none; flex: none;

View File

@ -19,6 +19,8 @@
<li>[修复] tab 组件 brief 风格 background-color 为 transparent 透明色</li> <li>[修复] tab 组件 brief 风格 background-color 为 transparent 透明色</li>
<li>[修复] tab 组件 brief 风格 position 为 bottom 时 active-bar 的位置</li> <li>[修复] tab 组件 brief 风格 position 为 bottom 时 active-bar 的位置</li>
<li>[优化] tab 组件 tab-panel 宽度超出当前组件宽度时, 增加左右滑动的能力</li> <li>[优化] tab 组件 tab-panel 宽度超出当前组件宽度时, 增加左右滑动的能力</li>
<li>[优化] layer 组件 夜间模式 无边框的问题</li>
<li>[其他] 本地化 docsearch 静态资源</li>
</ul> </ul>
</li> </li>
</ul> </ul>

View File

@ -32,7 +32,7 @@
> >
<span <span
>{{ t("home.download") }}<em class="site-showdowns" >{{ t("home.download") }}<em class="site-showdowns"
>11,504</em >12,041</em
></span ></span
> >
</div> </div>
@ -43,7 +43,7 @@
rel="nofollow" rel="nofollow"
class="site-star" 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>
<a <a
href="https://gitee.com/layui-vue" href="https://gitee.com/layui-vue"

View File

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

View File

@ -50,7 +50,8 @@ html #layuicss-layer {
} }
.layui-layer-border { .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 { .layui-layer-load {

View File

@ -72,7 +72,7 @@ importers:
package/component: package/component:
specifiers: specifiers:
'@layui/icons-vue': ^1.0.9 '@layui/icons-vue': ^1.0.9
'@layui/layer-vue': ^1.3.14 '@layui/layer-vue': ^1.3.16
'@vueuse/core': ^8.5.0 '@vueuse/core': ^8.5.0
animate.css: ^4.1.1 animate.css: ^4.1.1
async-validator: ^4.1.1 async-validator: ^4.1.1
@ -3551,7 +3551,7 @@ packages:
dev: true dev: true
/image-size/0.5.5: /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'} engines: {node: '>=0.10.0'}
hasBin: true hasBin: true
requiresBuild: true requiresBuild: true