Commit 104dbbf3 by 冷斌

Merge remote-tracking branch 'origin/master'

parents a30f467e b0e53330
......@@ -506,22 +506,24 @@ html #layui_layer_skinlayercss {
}
.layui-layer-btn {
/* display: block; */
padding: 10px 12px;
pointer-events: auto;
border-radius: 12px;
display: flex;
justify-content: space-between;
justify-content: space-around;
}
.layui-layer-btn a {
height: 28px;
line-height: 28px;
margin: 0 6px;
padding: 0 15px;
/* margin: 0 6px; */
/* padding: 0 15px; */
/* width: 100%; */
height: 100%;
border: 1px solid #dedede;
background-color: #f1f1f1;
color: #333;
border-radius: 12px;
border-radius: 14px!important;
display: block;
font-weight: 400;
cursor: pointer;
......@@ -541,7 +543,8 @@ html #layui_layer_skinlayercss {
.layui-layer-btn .layui-layer-btn0 {
border-color: #ff7579;
background-color: #2e8ded;
color: #fff
color: #fff;
border-radius: 14px;
}
.layui-layer-dialog {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment