mirror of
https://gitee.com/blossom-editor/blossom.git
synced 2025-12-07 09:18:32 +08:00
perf: 新增按钮样式优化
This commit is contained in:
parent
3da366429a
commit
0386a7db68
@ -332,13 +332,14 @@ const delPlan = () => {
|
|||||||
|
|
||||||
.plan-add {
|
.plan-add {
|
||||||
@include flex(row, center, center);
|
@include flex(row, center, center);
|
||||||
@include box(40px, 40px);
|
@include box(35px, 35px);
|
||||||
border-radius: 50%;
|
background-color: #fff;
|
||||||
background-color: #7b7b7b4c;
|
box-shadow: -1px 0px 3px #bababa;
|
||||||
box-shadow: 3px 3px 5px #bababa;
|
border-top-left-radius: 10px;
|
||||||
|
border-bottom-left-radius: 10px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 10px;
|
right: 0;
|
||||||
bottom: 5%;
|
bottom: 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: background-color 0.3s;
|
transition: background-color 0.3s;
|
||||||
|
|
||||||
@ -348,7 +349,7 @@ const delPlan = () => {
|
|||||||
|
|
||||||
.iconbl {
|
.iconbl {
|
||||||
color: #7b7b7ba9;
|
color: #7b7b7ba9;
|
||||||
font-size: 20px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -686,13 +686,14 @@ const addTag = () => {
|
|||||||
// 新增按钮
|
// 新增按钮
|
||||||
.task-add {
|
.task-add {
|
||||||
@include flex(row, center, center);
|
@include flex(row, center, center);
|
||||||
@include box(40px, 40px);
|
@include box(35px, 35px);
|
||||||
border-radius: 50%;
|
background-color: #fff;
|
||||||
background-color: #7b7b7b4c;
|
box-shadow: -1px 0px 3px #bababa;
|
||||||
box-shadow: 3px 3px 5px #bababa;
|
border-top-left-radius: 10px;
|
||||||
|
border-bottom-left-radius: 10px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 10px;
|
right: 0;
|
||||||
bottom: 5%;
|
bottom: 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: background-color 0.3s;
|
transition: background-color 0.3s;
|
||||||
|
|
||||||
@ -702,7 +703,7 @@ const addTag = () => {
|
|||||||
|
|
||||||
.iconbl {
|
.iconbl {
|
||||||
color: #7b7b7ba9;
|
color: #7b7b7ba9;
|
||||||
font-size: 20px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user