Files
shopxo-diy/src/components/common/url-value/index.scss
2024-08-12 10:18:11 +08:00

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 {
}
}