修正指针形状
This commit is contained in:
parent
efec984b90
commit
85bf0d0ba1
|
@ -84,12 +84,12 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
padding: 2px 0;
|
padding: 2px 0;
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.request-result .info {
|
.request-result .info {
|
||||||
background-color: #F9F9F9;
|
background-color: #F9F9F9;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.request-result .method {
|
.request-result .method {
|
||||||
|
|
|
@ -48,14 +48,18 @@
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-container .icon.is-active {
|
.text-container .collapse {
|
||||||
transform: rotate(90deg);
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-container .collapse:hover {
|
.text-container .collapse:hover {
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-container .icon.is-active {
|
||||||
|
transform: rotate(90deg);
|
||||||
|
}
|
||||||
|
|
||||||
.text-container .pane {
|
.text-container .pane {
|
||||||
background-color: #F9F9F9;
|
background-color: #F9F9F9;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
|
@ -52,14 +52,18 @@
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-container .icon.is-active {
|
.text-container .collapse {
|
||||||
transform: rotate(90deg);
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-container .collapse:hover {
|
.text-container .collapse:hover {
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-container .icon.is-active {
|
||||||
|
transform: rotate(90deg);
|
||||||
|
}
|
||||||
|
|
||||||
.text-container .pane {
|
.text-container .pane {
|
||||||
background-color: #F5F5F5;
|
background-color: #F5F5F5;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
|
|
Loading…
Reference in New Issue