|
@@ -7,8 +7,7 @@
|
|
|
v-model="checkAll"
|
|
|
:indeterminate="isIndeterminate"
|
|
|
@change="handleCheckAllChange"
|
|
|
- >
|
|
|
- </el-checkbox>
|
|
|
+ />
|
|
|
<span>显示全部</span>
|
|
|
</div>
|
|
|
<div class="box-num">{{ checkedCities.length }}</div>
|
|
@@ -28,7 +27,7 @@
|
|
|
v-for="type in typeList"
|
|
|
:key="type.engineeringType"
|
|
|
>
|
|
|
- <el-checkbox label="" :value="type.engineeringType"></el-checkbox>
|
|
|
+ <el-checkbox label="" :value="type.engineeringType" />
|
|
|
<div class="name">{{ type.engineeringType }}</div>
|
|
|
<div class="num">{{ type.typeCount }}</div>
|
|
|
</div>
|
|
@@ -333,21 +332,27 @@ const gotoExecuteTest = (project) => {
|
|
|
width: 100%;
|
|
|
|
|
|
.content-head {
|
|
|
+ border: 1px solid white;
|
|
|
+ border-left: 0px;
|
|
|
color: var(--hj-white-1);
|
|
|
// display: flex;
|
|
|
height: 100px;
|
|
|
- background: $hj-white-1;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border-radius: 10px;
|
|
|
+ background: var(--ohos-area-bg);
|
|
|
// width: 100%;
|
|
|
// overflow: hidden;
|
|
|
// min-width: 0;
|
|
|
|
|
|
.head-box-all {
|
|
|
+ margin-left: -2px;
|
|
|
display: inline-block;
|
|
|
padding: 6px;
|
|
|
box-sizing: border-box;
|
|
|
border-radius: 4px 0 0 4px;
|
|
|
width: 90px;
|
|
|
- height: 100px;
|
|
|
+ margin-top: -1px;
|
|
|
+ height: 101px;
|
|
|
background: linear-gradient(270deg, #3b7cff 0%, #8aa9ec 100%);
|
|
|
color: var(--hj-white-1);
|
|
|
font-size: var(--hj-fs-12);
|
|
@@ -391,7 +396,7 @@ const gotoExecuteTest = (project) => {
|
|
|
height: 67px;
|
|
|
border: 1px solid #afb9d0;
|
|
|
border-radius: 4px 4px 4px 4px;
|
|
|
-
|
|
|
+ background-color: rgb(25, 25, 25);
|
|
|
text-align: center;
|
|
|
.el-checkbox {
|
|
|
position: absolute;
|
|
@@ -403,7 +408,7 @@ const gotoExecuteTest = (project) => {
|
|
|
line-height: 16px;
|
|
|
margin-top: 12px;
|
|
|
font-size: var(--hj-fs-14);
|
|
|
- color: var(--fc-color-5);
|
|
|
+ color: white;
|
|
|
}
|
|
|
|
|
|
.num {
|
|
@@ -486,7 +491,8 @@ const gotoExecuteTest = (project) => {
|
|
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
|
|
|
border-radius: 4px 4px 4px 4px;
|
|
|
padding-top: 12px;
|
|
|
- background-color: $hj-white-1;
|
|
|
+ background-color: var(--ohos-area-bg);
|
|
|
+ color: white;
|
|
|
}
|
|
|
|
|
|
.list-item-flex {
|
|
@@ -496,7 +502,7 @@ const gotoExecuteTest = (project) => {
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
font-size: var(--hj-fs-12);
|
|
|
- color: var(--fc-color-5);
|
|
|
+ color: white;
|
|
|
|
|
|
.list-itme-tit {
|
|
|
font-size: var(--hj-fs-14);
|