::v-deep=>:deep()

This commit is contained in:
aixianling
2022-12-01 09:35:20 +08:00
parent d12c7b2c5e
commit 883ec09a0e
352 changed files with 1277 additions and 1281 deletions

View File

@@ -152,7 +152,7 @@ export default {
<style scoped lang="scss">
.ai-search {
::v-deep .dateRange {
:deep( .dateRange ){
display: flex;
.dateLabel {

View File

@@ -15,7 +15,7 @@
</template>
</ai-search-bar>
<el-button style="margin-bottom: 10px;" class="el-button" type="primary" icon="iconfont iconAdd" size="small" @click="toAdd('', 'Add')">创建任务</el-button>
<ai-table class="ai-table" :tableData="tableData" :col-configs="colConfigs" :total="page.total" :current.sync="page.current" :size.sync="page.size" @getList="getList" :dict="dict">
<el-table-column slot="taskTitle" label="任务标题">
<template slot-scope="{ row }">
@@ -156,7 +156,7 @@ export default {
<style scoped lang="scss">
.ai-search {
::v-deep .dateRange {
:deep( .dateRange ){
display: flex;
.dateLabel {
height: 32px;