From 4c846958fd4046b7a125224c759ae7ae0af673fa Mon Sep 17 00:00:00 2001 From: WX <1377869194@qq.com> Date: 星期三, 30 八月 2023 14:13:10 +0800 Subject: [PATCH] 需求修改完成 --- src/components/BGDC.vue | 29 +++++++++-------------------- 1 files changed, 9 insertions(+), 20 deletions(-) diff --git a/src/components/BGDC.vue b/src/components/BGDC.vue index 209b93a..e22410f 100644 --- a/src/components/BGDC.vue +++ b/src/components/BGDC.vue @@ -21,18 +21,10 @@ value-format="YYYY-MM-DD HH" format="YYYY-MM-DD HH" /> - <!-- <el-date-picker - size="large" - v-model="selectform.value1" - type="date" - @change="changeTime" - value-format="YYYY-MM-DD" - /> - --> </div> <div class="button_box"> - <el-button size="small" @click="selectList">纭</el-button> + <el-button @click="selectList" class="button">纭</el-button> </div> </div> </div> @@ -301,7 +293,7 @@ selectform.value1[0] + ":00:00" + "-" + selectform.value1[1] + ":00:00"; let begin = selectform.value1[0].replace(" ", "-"); let end = selectform.value1[1].replace(" ", "-"); - console.log(begin, end); + // console.log(begin, end); //鑾峰彇瀹炴椂棰勮鏁版嵁 // const dt = await getRunWarning(); // //鑾峰彇瀹炴椂鎶ヨ鏁版嵁 @@ -422,7 +414,7 @@ font-size: 30px; font-weight: bold; color: #ffffff; - padding-bottom: 30px; + padding-bottom: 10px; } } .form_box { @@ -430,12 +422,6 @@ justify-content: space-around; align-items: center; .inp_box { - span { - font-size: 24px; - font-weight: 400; - color: #ffffff; - padding-right: 10px; - } /deep/ .el-input__wrapper { width: 460px; background: rgba(0, 0, 0, 0.2); @@ -474,10 +460,13 @@ } } } -.el-button { +.button { background: rgba(0, 0, 0, 0.2); - border: 2px solid #2e58cc; - border-radius: 10px; + border: 4px solid #2e58cc !important; + border-radius: 20px !important; color: #ffffff; + height: 64px !important; + font-size: 28px !important; + padding: 16px 30px !important; } </style> -- Gitblit v1.9.3