fix style

This commit is contained in:
Qiuxia Fan 2022-03-25 15:18:11 +08:00
parent f0535ddf03
commit 3a40b2426e
2 changed files with 6 additions and 4 deletions

View File

@ -555,17 +555,18 @@ watch(
.operations-list { .operations-list {
position: absolute; position: absolute;
padding: 10px;
color: #333; color: #333;
cursor: pointer; cursor: pointer;
background-color: #fff; background-color: #fff;
border-radius: 3px; border-radius: 3px;
padding: 10px 0;
span { span {
display: block; display: block;
height: 30px; height: 30px;
line-height: 30px; line-height: 30px;
text-align: center; text-align: left;
padding-left: 15px;
} }
span:hover { span:hover {

View File

@ -324,7 +324,7 @@ watch(
.operations-list { .operations-list {
position: absolute; position: absolute;
padding: 10px; padding: 10px 0;
color: #333; color: #333;
cursor: pointer; cursor: pointer;
background-color: #fff; background-color: #fff;
@ -335,7 +335,8 @@ watch(
height: 30px; height: 30px;
width: 140px; width: 140px;
line-height: 30px; line-height: 30px;
text-align: center; text-align: left;
padding-left: 15px;
} }
span:hover { span:hover {