update:问卷列表icon样式修改
This commit is contained in:
@@ -212,6 +212,7 @@
|
||||
input {
|
||||
outline-color: transparent;
|
||||
}
|
||||
|
||||
.el-input__wrapper,
|
||||
.el-select__wrapper {
|
||||
box-shadow: none;
|
||||
@@ -227,3 +228,9 @@ input {
|
||||
color: $theme-color;
|
||||
}
|
||||
}
|
||||
|
||||
.el-dropdown-menu__item:not(.is-disabled):focus,
|
||||
.el-dropdown-menu__item:not(.is-disabled):hover {
|
||||
background-color: #fff !important;
|
||||
color: #2dc26b !important;
|
||||
}
|
||||
|
||||
@@ -238,9 +238,10 @@ onMounted(() => {
|
||||
<style scoped lang="scss">
|
||||
@import '@/assets/css/base';
|
||||
@import '@/assets/css/main';
|
||||
|
||||
.el-dropdown-menu__item:not(.is-disabled):focus,
|
||||
.el-dropdown-menu__item:not(.is-disabled):hover {
|
||||
background-color: #000000;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
.new-survey-container {
|
||||
@@ -262,13 +263,8 @@ onMounted(() => {
|
||||
|
||||
.survey_item_status {
|
||||
position: absolute;
|
||||
top: -40px;
|
||||
right: -24px;
|
||||
padding: 28px 13px 19px 7px;
|
||||
background: url('https://lanhu-oss-2537-2.lanhuapp.com/SketchPngbb370d01215f9cedc28d567c637c011047f83a99fbb5e7ac348ebd0ef0015f32')
|
||||
100% no-repeat;
|
||||
background-size: 100% 100%;
|
||||
opacity: 1;
|
||||
top: -16px;
|
||||
right: -10px;
|
||||
|
||||
.survey_item_info_status_text {
|
||||
height: 12px;
|
||||
|
||||
Reference in New Issue
Block a user