opti: 修正接口列表按钮样式

This commit is contained in:
wenbo.dong 2017-09-21 18:52:04 +08:00
parent 9cafff194f
commit a2769bd09d
2 changed files with 3 additions and 2 deletions

View File

@ -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 {

View File

@ -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;
} }