::v-deep=>:deep()
This commit is contained in:
@@ -152,7 +152,7 @@ export default {
|
||||
|
||||
<style scoped lang="scss">
|
||||
.ai-search {
|
||||
::v-deep .dateRange {
|
||||
:deep( .dateRange ){
|
||||
display: flex;
|
||||
|
||||
.dateLabel {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user