mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-08 10:07:41 +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 {
|
&:hover {
|
||||||
::v-deep .tree-action-btn {
|
::v-deep .tree-action-btn {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
box-shadow: none;
|
||||||
|
color: var(--color-text-primary) !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -610,6 +615,7 @@ div.rMenu li {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: #fafafa;
|
background: #fafafa;
|
||||||
padding-right: 32px;
|
padding-right: 32px;
|
||||||
|
color: var(--color-text-primary)
|
||||||
}
|
}
|
||||||
|
|
||||||
& ::v-deep .el-input__suffix {
|
& ::v-deep .el-input__suffix {
|
||||||
@ -617,7 +623,13 @@ div.rMenu li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
& ::v-deep .el-input__prefix {
|
& ::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 {
|
& ::v-deep .el-input__suffix-inner {
|
||||||
|
Loading…
Reference in New Issue
Block a user