| | |
| | | <!-- </el-row>--> |
| | | <el-row> |
| | | <el-col :xs="24" :sm="24" :md="12" :lg="12" :xl="8"> |
| | | <el-card style="margin-bottom: 20px; height: 450px; margin-right: 20px"> |
| | | <el-card style="margin-bottom: 20px; height: 450px; margin-right: 20px;color: #656565;"> |
| | | <div style="display: flex; justify-content: space-between"> |
| | | <div class="header—text">视频</div> |
| | | <div> |
| | |
| | | v-if="ifEditVideo" |
| | | ></el-input> |
| | | <span v-else>{{ item.value }}</span> |
| | | <span v-if="item.countType=='percent'">%</span> |
| | | <span v-if="item.countType=='second'">秒</span> |
| | | <span class="unit" v-if="item.countType=='percent'">%</span> |
| | | <span class="unit" v-if="item.countType=='second'">秒</span> |
| | | </el-form-item> |
| | | </el-form> |
| | | </div> |
| | |
| | | v-if="ifEditVideo" |
| | | ></el-input> |
| | | <span v-else>{{ item.valueAuto }}</span> |
| | | <span v-if="item.countType=='percent'">%</span> |
| | | <span v-if="item.countType=='second'">秒</span> |
| | | <span class="unit" v-if="item.countType=='percent'">%</span> |
| | | <span class="unit" v-if="item.countType=='second'">秒</span> |
| | | </el-form-item> |
| | | </el-form> |
| | | </div> |
| | |
| | | </el-card> |
| | | </el-col> |
| | | <el-col :xs="24" :sm="24" :md="12" :lg="12" :xl="8"> |
| | | <el-card style="margin-bottom: 20px; height: 450px; margin-right: 20px"> |
| | | <el-card style="margin-bottom: 20px; height: 450px; margin-right: 20px;color: #656565;"> |
| | | <div style="display: flex; justify-content: space-between"> |
| | | <div class="header—text">人脸</div> |
| | | <div> |
| | |
| | | v-if="ifEditFace" |
| | | ></el-input> |
| | | <span v-else>{{ item.value }}</span> |
| | | <span v-if="item.countType=='percent'">%</span> |
| | | <span v-if="item.countType=='second'">秒</span> |
| | | <span class="unit" v-if="item.countType=='percent'">%</span> |
| | | <span class="unit" v-if="item.countType=='second'">秒</span> |
| | | </el-form-item> |
| | | </el-form> |
| | | </div> |
| | |
| | | v-if="ifEditFace" |
| | | ></el-input> |
| | | <span v-else>{{ item.valueAuto }}</span> |
| | | <span v-if="item.countType=='percent'">%</span> |
| | | <span v-if="item.countType=='second'">秒</span> |
| | | <span class="unit" v-if="item.countType=='percent'">%</span> |
| | | <span class="unit" v-if="item.countType=='second'">秒</span> |
| | | </el-form-item |
| | | > |
| | | </el-form> |
| | |
| | | </el-card></el-col |
| | | > |
| | | <el-col :xs="24" :sm="24" :md="12" :lg="12" :xl="8"> |
| | | <el-card style="margin-bottom: 20px; height: 450px; margin-right: 20px"> |
| | | <el-card style="margin-bottom: 20px; height: 450px; margin-right: 20px;color: #656565;"> |
| | | <div style="display: flex; justify-content: space-between"> |
| | | <div class="header—text">车辆</div> |
| | | <div> |
| | |
| | | v-if="ifEditCar" |
| | | ></el-input> |
| | | <span v-else>{{ item.value }}</span> |
| | | <span v-if="item.countType=='percent'">%</span> |
| | | <span v-if="item.countType=='second'">秒</span> |
| | | <span class="unit" v-if="item.countType=='percent'">%</span> |
| | | <span class="unit" v-if="item.countType=='second'">秒</span> |
| | | </el-form-item> |
| | | </el-form> |
| | | </div> |
| | |
| | | v-if="ifEditCar" |
| | | ></el-input> |
| | | <span v-else>{{ item.valueAuto }}</span> |
| | | <span v-if="item.countType=='percent'">%</span> |
| | | <span v-if="item.countType=='second'">秒</span> |
| | | <span class="unit" v-if="item.countType=='percent'">%</span> |
| | | <span class="unit" v-if="item.countType=='second'">秒</span> |
| | | </el-form-item> |
| | | </el-form> |
| | | </div> |
| | |
| | | ::v-deep .el-form-item { |
| | | margin-bottom: 0px; /* 根据需求调整这个值 */ |
| | | } |
| | | ::v-deep .el-form-item__label { |
| | | color: #8d8d8d; |
| | | } |
| | | .unit { |
| | | margin-left: 5px; |
| | | display: inline-block; |
| | | } |
| | | </style> |