修正指针形状

This commit is contained in:
q4speed 2020-05-09 15:31:49 +08:00
parent efec984b90
commit 85bf0d0ba1
3 changed files with 13 additions and 5 deletions

View File

@ -84,12 +84,12 @@
width: 100%;
min-height: 40px;
padding: 2px 0;
cursor: pointer;
}
.request-result .info {
background-color: #F9F9F9;
margin-left: 20px;
cursor: pointer;
}
.request-result .method {

View File

@ -48,14 +48,18 @@
padding: 5px;
}
.text-container .icon.is-active {
transform: rotate(90deg);
.text-container .collapse {
cursor: pointer;
}
.text-container .collapse:hover {
opacity: 0.8;
}
.text-container .icon.is-active {
transform: rotate(90deg);
}
.text-container .pane {
background-color: #F9F9F9;
padding: 10px;

View File

@ -52,14 +52,18 @@
padding: 5px;
}
.text-container .icon.is-active {
transform: rotate(90deg);
.text-container .collapse {
cursor: pointer;
}
.text-container .collapse:hover {
opacity: 0.8;
}
.text-container .icon.is-active {
transform: rotate(90deg);
}
.text-container .pane {
background-color: #F5F5F5;
padding: 0 10px;