mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-05-16 06:48:56 +08:00
17 lines
175 B
Plaintext
17 lines
175 B
Plaintext
td {
|
|
.progress {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.progress {
|
|
position: relative;
|
|
}
|
|
|
|
.progress span {
|
|
position: absolute;
|
|
display: block;
|
|
width: 100%;
|
|
color: black;
|
|
}
|