mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-15 05:10:47 +08:00
opti: 修正接口列表按钮样式
This commit is contained in:
parent
9cafff194f
commit
a2769bd09d
@ -6,7 +6,6 @@
|
|||||||
.opts-icon, .case-delete-icon {
|
.opts-icon, .case-delete-icon {
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
transform: rotate(90deg);
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.opts-icon:hover, .case-delete-icon:hover {
|
.opts-icon:hover, .case-delete-icon:hover {
|
||||||
|
@ -79,9 +79,11 @@
|
|||||||
float: right;
|
float: right;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
transform: rotate(90deg);
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
.anticon-ellipsis {
|
||||||
|
transform: rotate(90deg);
|
||||||
|
}
|
||||||
.interface-delete-icon:hover {
|
.interface-delete-icon:hover {
|
||||||
color: #2395f1;
|
color: #2395f1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user