mirror of
https://gitee.com/zongzhige/shopxo-diy.git
synced 2026-06-05 18:25:52 +08:00
32 lines
630 B
SCSS
32 lines
630 B
SCSS
.url-value-input {
|
|
width: 100%;
|
|
height: 3.2rem;
|
|
line-height: 3.2rem;
|
|
cursor: pointer;
|
|
position: relative;
|
|
.value-input-icon {
|
|
position: absolute;
|
|
right: 0;
|
|
width: 3.4rem;
|
|
z-index: 1;
|
|
text-align: center;
|
|
}
|
|
}
|
|
.url-value-content {
|
|
height: 57.3rem;
|
|
gap: 6rem;
|
|
.left-content {
|
|
width: 22.5rem;
|
|
.el-menu-item {
|
|
height: 4rem;
|
|
line-height: 4rem;
|
|
&.is-active {
|
|
background: var(--el-menu-hover-bg-color);
|
|
color: #333;
|
|
}
|
|
}
|
|
}
|
|
.right-content {
|
|
}
|
|
}
|