enhance(ui): refactor the plugin related components

This commit is contained in:
charlie
2024-04-08 14:34:53 +08:00
parent 57af873bf4
commit 8e4bd2e997
2 changed files with 17 additions and 16 deletions

View File

@@ -150,10 +150,11 @@
z-index: 1;
}
.form-input {
.ui__input {
background-color: var(--ls-primary-background-color);
padding: 6px 7px 5px 29px;
opacity: .5;
opacity: .7;
height: 30px;
&:focus {
background-color: var(--ls-secondary-background-color);