✨(component): date-picker 组件 btn border-radius 细节处理
This commit is contained in:
parent
ba22a7aa30
commit
1de4e93d6d
@ -255,13 +255,23 @@ html #layuicss-laydate {
|
|||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
border: 1px solid #c9c9c9;
|
border: 1px solid #c9c9c9;
|
||||||
border-radius: 2px;
|
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layui-laydate-footer span:first-child {
|
||||||
|
border-top-left-radius: 2px;
|
||||||
|
border-bottom-left-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-laydate-footer span:last-child {
|
||||||
|
border-top-right-radius: 2px;
|
||||||
|
border-bottom-right-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.layui-laydate-footer span:hover {
|
.layui-laydate-footer span:hover {
|
||||||
color: #5fb878;
|
color: #5fb878;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user