Merge pull request 'fix : 细节优化' (#301) from dengjie into dev

Reviewed-on: http://git.feashow.cn/clay/tunnel-cloud-web/pulls/301
This commit is contained in:
2024-03-04 09:49:39 +00:00

View File

@@ -85,6 +85,7 @@ import * as echarts from 'echarts';
import TimeRangeBtn from "@/components/timeRangeBtn/index.vue"
import ChooseMonth from "@/components/chooseMonth/index.vue"
import {getEleEchartsInfo} from "@/api/largeScreen";
const props = defineProps({
list: Array,
eleData: Array
@@ -333,13 +334,16 @@ const initChart = (type, valueA, valueB) => {
<style lang="scss">
.user-select {
margin-bottom: 126px;
.el-input {
width: 300px;
.el-input__wrapper {
background-color: transparent;
box-shadow: none;
border-radius: 10px;
border: 2px solid #0F82AF;
.el-input__inner {
height: 80px;
font-size: 40px;
@@ -348,13 +352,11 @@ const initChart = (type, valueA, valueB) => {
}
}
.el-select__wrapper {
min-height: 75px;
height: auto !important;
background-color: transparent;
border: 1px solid #08B7B8;
font-size: 35px;
width: 476px;
.el-select__placeholder {
height: 54px;
line-height: 54px;
color: #FFFFFF;
}
.el-select__placeholder.is-transparent {
@@ -399,11 +401,22 @@ const initChart = (type, valueA, valueB) => {
.el-form-item.is-error .el-input__wrapper {
box-shadow: none;
}
.el-select__wrapper {
min-height: 75px;
height: auto !important;
background-color: transparent;
border: 1px solid #08B7B8;
font-size: 35px;
width: 213px!important;
}
.el-select__popper {
margin-top: -12px !important;
background: #072247 !important;
border: 1px solid #0F82AF !important;
//width: 476px!important;
.el-select-dropdown{
width: auto;
}
}
.el-popper {
@@ -523,6 +536,7 @@ const initChart = (type, valueA, valueB) => {
position: relative;
margin-bottom: 20px;
padding: 1px;
.value {
position: absolute;
bottom: 0;