mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 16:27:33 +00:00
fix: style
This commit is contained in:
parent
431f3ef22d
commit
a67ff114bc
@ -271,8 +271,8 @@ limitations under the License. -->
|
|||||||
.profiled:before {
|
.profiled:before {
|
||||||
content: attr(data-text);
|
content: attr(data-text);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 80%;
|
top: 30px;
|
||||||
left: 30%;
|
left: 220px;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
@ -287,8 +287,8 @@ limitations under the License. -->
|
|||||||
.profiled:after {
|
.profiled:after {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 40%;
|
left: 250px;
|
||||||
top: 50%;
|
top: 20px;
|
||||||
border: 6px solid #333;
|
border: 6px solid #333;
|
||||||
border-color: transparent transparent #333 transparent;
|
border-color: transparent transparent #333 transparent;
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user