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