🐛(input-number): 修复对齐方式居中
This commit is contained in:
parent
58248e37e2
commit
176349dd92
@ -56,8 +56,10 @@
|
||||
.set-size(@lg-wdith, @lg, @lg-right);
|
||||
margin-left: 5px;
|
||||
.layui-input-wrapper {
|
||||
text-align: center;
|
||||
border: 0;
|
||||
.layui-input {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
.layui-control-btn {
|
||||
position: absolute;
|
||||
|
@ -10,14 +10,18 @@
|
||||
<ul class="layui-row layui-col-space6">
|
||||
<li class="layui-col-sm12">
|
||||
<div class="alone">
|
||||
<a href="https://gitee.com/layui/layui-vue/tree/next/package/layer" target="_blank"
|
||||
<a
|
||||
href="https://gitee.com/layui/layui-vue/tree/next/package/layer"
|
||||
target="_blank"
|
||||
>layer - vue<cite>通用型弹出层组件</cite></a
|
||||
>
|
||||
</div>
|
||||
</li>
|
||||
<li class="layui-col-sm12">
|
||||
<div class="alone">
|
||||
<a href="https://gitee.com/layui/layui-vue/tree/next/package/icons" target="_blank"
|
||||
<a
|
||||
href="https://gitee.com/layui/layui-vue/tree/next/package/icons"
|
||||
target="_blank"
|
||||
>icons - vue<cite>图标组件化解决方案</cite></a
|
||||
>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user