diff --git a/src/components/index.vue b/src/components/index.vue index 05b6552..de4c4bc 100644 --- a/src/components/index.vue +++ b/src/components/index.vue @@ -297,6 +297,7 @@ root.style.setProperty("--diatitle", "rgb(0, 255, 255)"); root.style.setProperty("--selected", "rgb(239, 226, 1)"); root.style.setProperty("--selecthover", "rgb(4, 51, 52)"); + root.style.setProperty("--selectlist", "transparent"); root.style.setProperty("--shouselect", "rgb(60, 57, 57)"); root.style.setProperty("--elmentbgc", "rgb(58, 58, 60)"); root.style.setProperty("--diagiobgc", "rgb(0, 0, 0)"); @@ -573,7 +574,7 @@ .el-select-dropdown, .el-cascader-menu__list { - background-color: var(--selectlist) !important; + // background-color: var(--selectlist) !important; border: 1px solid var(--selecthover) !important; } .el-select-dropdown__item.hover,