mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-01 07:01:26 +00:00
style: Fine-tune the asset tree input style
This commit is contained in:
parent
3ea506adca
commit
3d362db71a
@ -409,6 +409,11 @@ export default {
|
||||
&:hover {
|
||||
::v-deep .tree-action-btn {
|
||||
display: inline;
|
||||
|
||||
&:hover {
|
||||
box-shadow: none;
|
||||
color: var(--color-text-primary) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -610,6 +615,7 @@ div.rMenu li {
|
||||
border-radius: 4px;
|
||||
background: #fafafa;
|
||||
padding-right: 32px;
|
||||
color: var(--color-text-primary)
|
||||
}
|
||||
|
||||
& ::v-deep .el-input__suffix {
|
||||
@ -617,7 +623,13 @@ div.rMenu li {
|
||||
}
|
||||
|
||||
& ::v-deep .el-input__prefix {
|
||||
padding-left: 6px;
|
||||
display: flex;
|
||||
|
||||
.el-input__icon {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
& ::v-deep .el-input__suffix-inner {
|
||||
|
Loading…
Reference in New Issue
Block a user