mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix: radial bar chart style
This commit is contained in:
parent
6f6540ace1
commit
5d49bda104
1 changed files with 1 additions and 4 deletions
|
@ -97,7 +97,7 @@ const chartOptions = computed(() => ({
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -30px;
|
top: -30px;
|
||||||
@media (max-width: 1700px) and (min-width: 1200px) {
|
@media (max-width: 1700px) and (min-width: 1200px) {
|
||||||
top: -10px;
|
top: -30px;
|
||||||
}
|
}
|
||||||
@media (max-width: 768px) and (min-width: 290px) {
|
@media (max-width: 768px) and (min-width: 290px) {
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
@ -114,9 +114,6 @@ const chartOptions = computed(() => ({
|
||||||
.bottom_text {
|
.bottom_text {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: calc(106px);
|
top: calc(106px);
|
||||||
@media (max-width: 1300px) and (min-width: 1200px) {
|
|
||||||
top: calc(96px);
|
|
||||||
}
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue