mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-02-03 03:10:50 +08:00
feat: implement chart line deletion functionality with UI controls and internationalization support
This commit is contained in:
14
styles.css
14
styles.css
@@ -3128,6 +3128,20 @@ input:checked+.slider:before {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.chart-line-control {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.chart-line-control .model-filter-select {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.chart-line-delete {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.chart-line-group.chart-line-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user