From 0e944bfc16136c0a749fc6022e0dfc7f2b4af010 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 15 十月 2024 18:16:17 +0800
Subject: [PATCH] 工单图片样式调整、取消考核页面人脸和车辆的公安部按钮
---
src/views/screen/components/select-item/index.vue | 35 ++++++++++++++++++++++++++---------
1 files changed, 26 insertions(+), 9 deletions(-)
diff --git a/src/views/screen/components/select-item/index.vue b/src/views/screen/components/select-item/index.vue
index 261d5f5..f93947a 100644
--- a/src/views/screen/components/select-item/index.vue
+++ b/src/views/screen/components/select-item/index.vue
@@ -8,13 +8,7 @@
:name="item.value"
></el-tab-pane>
</el-tabs>
- <!-- <div>
- <el-button>
-
- </el-button>
- </div> -->
</div>
-
<!-- <div class="type-select">
<div class="select-label">鏁版嵁婧�</div>
<el-select
@@ -128,7 +122,7 @@
.select-container {
position: absolute;
top: 0px;
- left: 20px;
+ left: 0px;
display: flex;
align-items: center;
justify-content: space-between;
@@ -165,15 +159,22 @@
display: flex;
align-items: center;
width: 320px;
+ margin-top: -15px;
}
}
::v-deep .tabs-box {
+ margin-top: 5px;
width: 40%;
.el-tabs__item {
color: #ffffff !important;
+ font-size: 20px;
}
- .is-active{
- color: #4481dd !important;
+ .is-active {
+ color: #66b5ff !important;
+ background: url("../../../../assets/images/screen/button1.png");
+ background-size: cover !important;
+ background-repeat: no-repeat !important;
+ background-position: center center !important;
}
}
::v-deep .el-input__inner {
@@ -189,4 +190,20 @@
::v-deep .date-select .el-date-editor .el-range-separator {
color: #4481dd !important;
}
+// }
+/* 鍘绘帀tabs鏍囩鏍忎笅鐨勪笅鍒掔嚎 */
+::v-deep .el-tabs__nav-wrap::after {
+ position: static !important;
+ /* background-color: #fff; */
+}
+/* 涓嬪垝绾垮垏鎹㈤珮浜� */
+::v-deep .el-tabs__active-bar {
+ background-color: #4481dd;
+}
+::v-deep .el-tabs__item {
+ margin: 5px 30px;
+ padding: 0px 25px !important;
+ border-radius: 5px;
+ background: url("../../../../assets/images/screen/button.png");
+}
</style>
--
Gitblit v1.8.0