fix: style

This commit is contained in:
Fine 2023-03-29 19:25:18 +08:00
parent 431f3ef22d
commit a67ff114bc

View File

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