::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

@@ -366,7 +366,7 @@
}
}
::v-deep .AppAnnounceDetail-title {
:deep( .AppAnnounceDetail-title ){
display: flex;
align-items: center;

View File

@@ -641,13 +641,13 @@
}
.right-item__content--select-answer {
::v-deep .el-checkbox {
:deep( .el-checkbox ){
display: flex!important;
align-items: center;
margin-right: 0;
}
::v-deep .el-checkbox__label {
:deep( .el-checkbox__label ){
flex: 1;
color: #222;
overflow: hidden;
@@ -704,14 +704,14 @@
word-break: break-all;
}
::v-deep .ai-detail__content {
:deep( .ai-detail__content ){
height: calc(100% - 52px)!important;
padding: 0!important;
overflow: hidden!important;
}
.ai-dialog__success {
::v-deep .ai-dialog__content {
:deep( .ai-dialog__content ){
max-height: initial!important;
}
}
@@ -905,14 +905,14 @@
}
}
::v-deep .ai-detail__title {
:deep( .ai-detail__title ){
margin: 0!important;
margin-bottom: 4px!important;
padding: 0 20px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
::v-deep .ai-detail__content--wrapper {
:deep( .ai-detail__content--wrapper ){
display: flex;
max-width: 100%!important;
height: 100%!important;
@@ -924,7 +924,7 @@
flex: 1;
height: 100%;
::v-deep .el-scrollbar__view {
:deep( .el-scrollbar__view ){
height: 100%;
}
}
@@ -938,14 +938,14 @@
.right-item__select--wrapper {
::v-deep .el-upload--picture-card {
:deep( .el-upload--picture-card ){
// display: none;
width: 100%;
height: 100%;
line-height: 1;
}
::v-deep .uploader {
:deep( .uploader ){
background: #FFFFFF;
border-radius: 4px;
margin: 0 10px;
@@ -996,7 +996,7 @@
}
}
::v-deep .el-upload-list__item {
:deep( .el-upload-list__item ){
width: 40px!important;
height: 40px!important;
object-fit: cover;
@@ -1026,13 +1026,13 @@
background: #F3F6F9;
border-radius: 4px;
::v-deep .el-upload--picture-card {
:deep( .el-upload--picture-card ){
width: 100%;
height: 100%;
line-height: 1;
}
::v-deep .uploader {
:deep( .uploader ){
width: 260px;
height: 163px;
overflow: hidden;
@@ -1123,13 +1123,13 @@
white-space: nowrap;
}
::v-deep .el-checkbox {
:deep( .el-checkbox ){
display: flex!important;
align-items: center;
margin-bottom: 0!important;
}
::v-deep .el-checkbox__label {
:deep( .el-checkbox__label ){
max-width: 140px;
color: #222;
overflow: hidden;
@@ -1137,7 +1137,7 @@
white-space: nowrap;
}
::v-deep .el-input {
:deep( .el-input ){
width: 100px;
.el-input__suffix {

View File

@@ -502,7 +502,7 @@
background: rgba($color: #000000, $alpha: 0.6);
}
::v-deep .phone-container {
:deep( .phone-container ){
position: absolute;
left: 50%;
top: 50%;
@@ -663,7 +663,7 @@
}
}
::v-deep .AppAnnounceDetail-title {
:deep( .AppAnnounceDetail-title ){
display: flex;
align-items: center;
@@ -754,7 +754,7 @@
}
}
::v-deep .right-tips {
:deep( .right-tips ){
display: flex;
align-items: center;

View File

@@ -680,11 +680,11 @@
}
::v-deep .el-calendar-table:not(.is-range) td.next,
::v-deep .el-calendar-table:not(.is-range) td.prev {
:deep( .el-calendar-table:not(.is-range) td.next),
:deep( .el-calendar-table:not(.is-range) td.prev ){
color: #ccc;
}
::v-deep .el-calendar-table .el-calendar-day{
:deep( .el-calendar-table .el-calendar-day){
height: 48px;
line-height: 32px;
padding-left: 12px;
@@ -694,48 +694,48 @@
.el-calendar-table:not(.is-range) td .current{
color: #888;
}
::v-deep .el-calendar__header{
:deep( .el-calendar__header){
display: none;
}
::v-deep .el-calendar__body{
:deep( .el-calendar__body){
padding: 0;
}
::v-deep .el-calendar-table thead th:nth-of-type(1){
:deep( .el-calendar-table thead th:nth-of-type(1)){
border-left: 1px solid #eee;
}
::v-deep .el-calendar-table thead th:nth-of-type(7){
:deep( .el-calendar-table thead th:nth-of-type(7)){
border-right: 1px solid #eee;
}
::v-deep .el-calendar-table tr td:first-child {
:deep( .el-calendar-table tr td:first-child ){
border-left: 1px solid #eee;
}
::v-deep .el-calendar-table tr:first-child td {
:deep( .el-calendar-table tr:first-child td ){
border-top: 1px solid #eee;
}
::v-deep .el-calendar-table td {
:deep( .el-calendar-table td ){
border-bottom: 1px solid #eee;
border-right: 1px solid #eee;
}
::v-deep .el-timeline-item__timestamp.is-top{
:deep( .el-timeline-item__timestamp.is-top){
margin-bottom: 0;
padding-top: 0;
}
::v-deep .el-timeline-item__node{
:deep( .el-timeline-item__node){
background-color: #26F;
width: 8px;
height: 8px;
border-radius: 50%;
left: 1px;
}
::v-deep .el-card{
:deep( .el-card){
border: none;
}
::v-deep .el-card__body{
:deep( .el-card__body){
padding: 8px;
}
}
::v-deep .ai-list__content {
:deep( .ai-list__content ){
padding: 0!important;
.ai-list__content--right-wrapper {
@@ -746,7 +746,7 @@
}
}
::v-deep .AiPicker{
:deep( .AiPicker){
display: inline-block;
}
</style>

View File

@@ -160,7 +160,7 @@ export default {
}
}
::v-deep .el-form-item__content {
:deep( .el-form-item__content ){
margin-left: 140px !important;
}
@@ -185,17 +185,17 @@ export default {
padding: 0 90px 0 50px;
}
::v-deep .ai-detail__footer {
:deep( .ai-detail__footer ){
background: #fff !important;
}
::v-deep .ai-detail {
:deep( .ai-detail ){
div {
box-sizing: border-box;
}
}
::v-deep .ai-detail__content--active {
:deep( .ai-detail__content--active ){
padding: 20px;
box-sizing: border-box;
@@ -212,7 +212,7 @@ export default {
}
}
::v-deep .ai-wrapper {
:deep( .ai-wrapper ){
align-items: inherit !important;
}

View File

@@ -236,11 +236,11 @@ export default {
.event {
height: 100%;
::v-deep th {
:deep( th ){
font-weight: bold !important;
}
::v-deep .table-options {
:deep( .table-options ){
span {
font-size: 14px !important;
}

View File

@@ -358,7 +358,7 @@ export default {
.chart-content {
height: calc(100% - 240px);
::v-deep .ai-card__body {
:deep( .ai-card__body ){
height: calc(100% - 70px);
}
@@ -374,7 +374,7 @@ export default {
}
}
::v-deep .ai-detail__content--wrapper {
:deep( .ai-detail__content--wrapper ){
height: 100%;
}
</style>

View File

@@ -346,7 +346,7 @@ export default {
height: 100%;
::v-deep .ai-dialog {
:deep( .ai-dialog ){
.ai-card {
box-shadow: none;
border: 1px solid #eee;
@@ -362,7 +362,7 @@ export default {
}
}
::v-deep .rightsGraphDialog {
:deep( .rightsGraphDialog ){
.el-dialog__body {
padding: 0;
}
@@ -372,7 +372,7 @@ export default {
}
}
::v-deep .datail-table-body {
:deep( .datail-table-body ){
width: 100%;
height: auto;
margin-bottom: 16px;

View File

@@ -183,7 +183,7 @@ export default {
.rightsGraph {
height: 100%;
::v-deep #RightGraph {
:deep( #RightGraph ){
width: 100%;
height: 100%;
min-height: 500px;

View File

@@ -623,7 +623,7 @@ export default {
}
}
::v-deep .ai-card {
:deep( .ai-card ){
cursor: move;
&.active {
@@ -631,14 +631,14 @@ export default {
}
}
::v-deep .ai-detail__content {
:deep( .ai-detail__content ){
height: calc(100% - 52px) !important;
padding: 0 !important;
overflow: hidden !important;
}
.ai-dialog__success {
::v-deep .ai-dialog__content {
:deep( .ai-dialog__content ){
max-height: initial !important;
}
}
@@ -848,14 +848,14 @@ export default {
}
}
::v-deep .ai-detail__title {
:deep( .ai-detail__title ){
margin: 0 !important;
margin-bottom: 4px !important;
padding: 0 20px;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}
::v-deep .ai-detail__content--wrapper {
:deep( .ai-detail__content--wrapper ){
display: flex;
max-width: 100% !important;
height: 100% !important;
@@ -867,7 +867,7 @@ export default {
flex: 1;
height: 100%;
::v-deep .el-scrollbar__view {
:deep( .el-scrollbar__view ){
height: 100%;
}
}
@@ -902,7 +902,7 @@ export default {
}
}
::v-deep .el-upload-list__item {
:deep( .el-upload-list__item ){
width: 40px !important;
height: 40px !important;
object-fit: cover;

View File

@@ -252,7 +252,7 @@ export default {
.AppDeploy {
height: 100%;
::v-deep.textRight {
:deep(.textRight ){
direction: rtl;
overflow: hidden;
text-overflow: ellipsis;

View File

@@ -183,7 +183,7 @@
<style lang="scss" scoped>
.form-add {
&.form-add__active {
::v-deep .ai-detail__content--wrapper {
:deep( .ai-detail__content--wrapper ){
max-width: 100%!important;
height: 100%!important;
background: #F5F6F9;
@@ -194,7 +194,7 @@
overflow-y: hidden;
}
::v-deep .ai-detail__content {
:deep( .ai-detail__content ){
height: calc(100% - 114px)!important;
padding: 0!important;
overflow: hidden!important;

View File

@@ -20,12 +20,12 @@
<table cellspacing="0" cellpadding="0" border="0" class="el-table__body">
<draggable element="thead" animation="500" class="el-table__header is-leaf ai-table__header" :sort="true" v-model="showFields">
<th v-for="(item, index) in showFields" style="background: #f3f4f5; text-align: center;" class="ai-table__header" :key="index">{{ item.fieldName }}</th>
</draggable>
</draggable>
<tbody element="tbody">
<tr>
<td @click="handleShow(index, item.isShow)" v-for="(item, index) in showFields" :key="index">{{ item.isShow ? '已显示' : '已隐藏' }}</td>
</tr>
</tbody>
</tbody>
</table>
</el-scrollbar>
</div>
@@ -160,7 +160,7 @@
const btns = {}
this.btnKeys.forEach(item => {
btns[item] = this.form.btns.indexOf(item) > -1 ? 1 : 0
btns[item] = this.form.btns.indexOf(item) > -1 ? 1 : 0
})
return {
@@ -201,7 +201,7 @@
<style scoped lang="scss">
.basicInfo {
.search-wrapper {
::v-deep .el-checkbox-group {
:deep( .el-checkbox-group ){
display: flex;
flex-wrap: wrap;

View File

@@ -463,7 +463,7 @@
if (this.groupIndex > -1 && this.isGroup) {
this.currTarget = this.targetList[this.groupIndex]
return
return
}
this.currTarget = {}
@@ -490,7 +490,7 @@
if (this.groupIndex > -1 && this.isGroup) {
this.currTarget = this.targetList[this.groupIndex]
return
return
}
this.currTarget = {}
@@ -695,7 +695,7 @@
})
if (list.indexOf(el.type) > -1 && ['name', 'idNumber', 'phone', 'area'].includes(el.type)) {
return false
}
@@ -770,7 +770,7 @@
}
}
::v-deep .ai-card {
:deep( .ai-card ){
cursor: move;
&.active {
@@ -778,14 +778,14 @@
}
}
::v-deep .ai-detail__content {
:deep( .ai-detail__content ){
height: calc(100% - 52px)!important;
padding: 0!important;
overflow: hidden!important;
}
.ai-dialog__success {
::v-deep .ai-dialog__content {
:deep( .ai-dialog__content ){
max-height: initial!important;
}
}
@@ -995,14 +995,14 @@
}
}
::v-deep .ai-detail__title {
:deep( .ai-detail__title ){
margin: 0!important;
margin-bottom: 4px!important;
padding: 0 20px;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}
::v-deep .ai-detail__content--wrapper {
:deep( .ai-detail__content--wrapper ){
display: flex;
max-width: 100%!important;
height: 100%!important;
@@ -1014,7 +1014,7 @@
flex: 1;
height: 100%;
::v-deep .el-scrollbar__view {
:deep( .el-scrollbar__view ){
height: 100%;
}
}
@@ -1049,7 +1049,7 @@
}
}
::v-deep .el-upload-list__item {
:deep( .el-upload-list__item ){
width: 40px!important;
height: 40px!important;
object-fit: cover;

View File

@@ -194,7 +194,7 @@ export default {
height: 100%;
.ai-detail {
::v-deep .ai-detail__content {
:deep( .ai-detail__content ){
.ai-detail__content--wrapper {
display: flex;
justify-content: space-between;
@@ -225,7 +225,7 @@ export default {
}
}
::v-deep .el-tree {
:deep( .el-tree ){
.el-tree-node__content {
display: inline-flex;
min-width: 100%;

View File

@@ -255,14 +255,14 @@ export default {
<style lang="scss" scoped>
.addResource {
::v-deep .amap-logo {
:deep( .amap-logo ){
display: none!important;
}
::v-deep .amap-copyright {
:deep( .amap-copyright ){
display: none!important;
}
::v-deep .mapDialog {
:deep( .mapDialog ){
.el-dialog__body {
padding: 0;
@@ -308,4 +308,4 @@ export default {
}
}
}
</style>
</style>

View File

@@ -117,7 +117,7 @@ export default {
renderMarker(context) {
const resourceId = context.data[0].id
let el = `<img src="${context.data[0].icon}" style="${resourceId === this.chooseResourceId ? 'width:50px;height:50px;' : 'width:38px;height:38px;'}" id="resourceId-${resourceId}" class="mark-icon" />`
context.marker.setContent(el);
@@ -234,7 +234,7 @@ export default {
<style lang="scss" scoped>
::v-deep .ai-list__content--right-wrapper {
:deep( .ai-list__content--right-wrapper ){
height: 100%;
margin: 0px !important;
background-color: transparent !important;
@@ -242,11 +242,11 @@ export default {
}
.map {
::v-deep .amap-logo, ::v-deep .amap-copyright {
:deep( .amap-logo), :deep( .amap-copyright ){
display: none !important;
}
::v-deep .amap-icon {
:deep( .amap-icon ){
width: 40px !important;
height: 40px !important;
@@ -263,7 +263,7 @@ export default {
height: 100%;
overflow: hidden;
::v-deep .ol-zoom {
:deep( .ol-zoom ){
display: none !important;
top: inherit !important;
bottom: 0.5em !important;
@@ -433,15 +433,15 @@ export default {
}
}
::v-deep .el-input, ::v-deep input {
:deep( .el-input), :deep( input ){
border: none;
}
::v-deep .el-select {
:deep( .el-select ){
padding-right: 28px;
}
::v-deep input {
:deep( input ){
position: relative;
flex: 1;
height: 36px;
@@ -472,13 +472,13 @@ export default {
}
}
}
::v-deep .AiAreaGet {
:deep( .AiAreaGet ){
display: inline-block;
width: 150px;
margin-right: 8px;
}
}
::v-deep .polymeric {
:deep( .polymeric ){
display: flex;
position: relative;
align-items: center;

View File

@@ -298,7 +298,7 @@ export default {
.gridScoreManage {
height: 100%;
::v-deep .ai-dialog .ai-dialog__content {
:deep( .ai-dialog .ai-dialog__content ){
max-height: 600px!important;
}
@@ -357,7 +357,7 @@ export default {
}
}
::v-deep .selectCont .pagination {
:deep( .selectCont .pagination ){
width: 100%!important;
background: pink;
}

View File

@@ -467,15 +467,15 @@ export default {
height: 100%;
background: #f3f6f9;
::v-deep .ai-list__content--right {
:deep( .ai-list__content--right ){
width: 100%;
}
// ::v-deep .searchRightZone {
// :deep( .searchRightZone ){
// display: flex;
// }
::v-deep .ai-dialog {
:deep( .ai-dialog ){
.el-cascader {
width: 100%;
}

View File

@@ -8,7 +8,7 @@
<span v-for="(item,index) in timeCheck" :key="index" :class="type == index? 'active':''"
@click="timeChange(index)">{{ item }}</span>
</div>
<el-cascader ref="cascader1" v-model="girdArr" :options="girdOptions" placeholder="所属网格" size="small"
<el-cascader ref="cascader1" v-model="girdArr" :options="girdOptions" placeholder="所属网格" size="small"
:props="defaultProps" :show-all-levels="false" @change="gridChange" clearable></el-cascader>
</div>
</div>
@@ -56,11 +56,11 @@
<template #content>
<ai-search-bar>
<template #left>
<el-cascader ref="cascader2" v-model="girdIdArr" :options="girdOptions" placeholder="所属网格" size="small"
<el-cascader ref="cascader2" v-model="girdIdArr" :options="girdOptions" placeholder="所属网格" size="small"
:props="defaultProps" :show-all-levels="false" clearable @change="gridChangeOpt"></el-cascader>
<ai-select v-model="search.integralType" placeholder="请选择类型" @change="current=1, getTableData()"
<ai-select v-model="search.integralType" placeholder="请选择类型" @change="current=1, getTableData()"
:selectList="dict.getDict('integralType')"/>
<el-date-picker v-model="time" size="small" type="daterange" value-format="yyyy-MM-dd"
<el-date-picker v-model="time" size="small" type="daterange" value-format="yyyy-MM-dd"
range-separator="" start-placeholder="开始日期" end-placeholder="结束日期" @change="onChange">
</el-date-picker>
</template>
@@ -231,7 +231,7 @@ export default {
}
})
},
// 人员、网格排行
getRanking() {
this.instance.post('/app/appintegraluser/userAndGirdIntegralSort',null,{
@@ -450,7 +450,7 @@ export default {
timeChange(index) {
if(index == 3) {
this.dialogDate = true
}
}
this.type = index
this.getStatistics()
this.getRanking()
@@ -473,7 +473,7 @@ export default {
this.details = res.data
if(res.data.enclosure) {
let str = res.data.enclosure.split('/')
this.fileDownLoad = [{
this.fileDownLoad = [{
url:res.data.enclosure,
name: str?.[str.length - 1]
}]
@@ -640,14 +640,14 @@ export default {
// display: inline;
// }
::v-deep .el-dialog__footer {
:deep( .el-dialog__footer ){
text-align: center;
}
::v-deep .el-dialog__header {
:deep( .el-dialog__header ){
border-bottom: 1px solid #DDD;
}
::v-deep .ai-detail {
:deep( .ai-detail ){
background: #FFF;
}
}
</style>
</style>

View File

@@ -251,7 +251,7 @@
<style scoped lang="scss">
.list {
::v-deep .ai-list__content {
:deep( .ai-list__content ){
.ai-list__content--right-wrapper {
background: transparent!important;
box-shadow: none!important;

View File

@@ -369,13 +369,13 @@
<style scoped lang="scss">
.statistics {
padding: 0!important;
::v-deep .ai-list__content--right-wrapper {
:deep( .ai-list__content--right-wrapper ){
background: transparent!important;
box-shadow: none!important;
padding: 0 0 0!important;
}
::v-deep .ai-list {
:deep( .ai-list ){
padding: 0!important;
}
@@ -425,7 +425,7 @@
.addressBook-left__list--search {
flex: 1;
::v-deep input {
:deep( input ){
width: 100%;
}
}
@@ -442,7 +442,7 @@
font-size: 14px;
}
::v-deep .el-tree {
:deep( .el-tree ){
background: transparent;
.el-tree-node__expand-icon.is-leaf {
@@ -487,7 +487,7 @@
}
}
::v-deep .ai-list__content--left {
:deep( .ai-list__content--left ){
margin-right: 10px;
}
@@ -539,7 +539,7 @@
}
}
::v-deep .ai-list__content--right {
:deep( .ai-list__content--right ){
.ai-list__content--right-wrapper {
min-height: 100%;

View File

@@ -185,11 +185,11 @@ export default {
padding-left: 8px;
color: #999;
}
::v-deep .el-range-separator {
:deep( .el-range-separator ){
width: 28px!important;
}
::v-deep .el-date-editor {
:deep( .el-date-editor ){
width: 100%;
}
}
</style>
</style>

View File

@@ -91,7 +91,7 @@ export default {
this.dict.load('partyReportActionStatus', 'partyReportSignupStatus').then(() => {
this.getList()
})
},
methods: {
getListInit() {
@@ -111,7 +111,7 @@ export default {
this.loading = false
})
},
toDetail(id) {
this.$emit("showDetail", id)
},
@@ -129,15 +129,15 @@ export default {
align-items: center;
}
::v-deep .audit-0 {
:deep( .audit-0 ){
color: #FF8822 !important;
}
::v-deep .audit-1 {
:deep( .audit-1 ){
color: #2EA222 !important;
}
::v-deep .ai-list__content--right {
:deep( .ai-list__content--right ){
flex: 1;
min-width: 0;
margin-left: 1px;
@@ -147,7 +147,7 @@ export default {
width: 100%;
}
}
::v-deep .is-current>.el-tree-node__content{
:deep( .is-current>.el-tree-node__content){
width: 100%!important;
padding-right: 16px!important;
}

View File

@@ -294,20 +294,20 @@ export default {
font-weight: bold;
}
::v-deep .el-button--text [class*="iconfont"] {
:deep( .el-button--text [class*="iconfont"] ){
color: #5088ff;
}
}
}
}
::v-deep .el-dialog {
:deep( .el-dialog ){
.el-dialog__body {
padding: 16px;
}
}
::v-deep .el-tree {
:deep( .el-tree ){
margin-top: 16px;
min-height: 300px;
max-height: 600px;
@@ -321,7 +321,7 @@ export default {
}
}
::v-deep .organizations_tree .el-tree .is-current>.el-tree-node__content {
:deep( .organizations_tree .el-tree .is-current>.el-tree-node__content ){
background-color: #26f;
color: #fff;
}

View File

@@ -646,15 +646,15 @@ export default {
}
}
::v-deep .el-col-24 {
:deep( .el-col-24 ){
width: auto;
}
::v-deep .ai-list__content--right-wrapper {
:deep( .ai-list__content--right-wrapper ){
background-color: none!important;
padding: 0!important;
}
::v-deep .el-tree .is-current>.el-tree-node__content {
:deep( .el-tree .is-current>.el-tree-node__content ){
min-width: 100%!important;
}
}
</style>
</style>

View File

@@ -585,7 +585,7 @@ export default {
padding: 0;
font-size: 12px;
::v-deep span {
:deep( span ){
margin-left: 0;
}
}
@@ -598,7 +598,7 @@ export default {
.addressBook-left__list--search {
flex: 1;
::v-deep input {
:deep( input ){
width: 100%;
}
}
@@ -653,12 +653,12 @@ export default {
height: 100%;
overflow: auto;
::v-deep .el-tree {
:deep( .el-tree ){
width: fit-content;
min-width: 100%;
}
::v-deep .el-scrollbar__wrap {
:deep( .el-scrollbar__wrap ){
margin-bottom: 0 !important;
overflow-x: hidden;
@@ -702,7 +702,7 @@ export default {
font-size: 14px;
}
::v-deep .el-tree {
:deep( .el-tree ){
background: transparent;
.el-tree-node__expand-icon.is-leaf {
@@ -748,7 +748,7 @@ export default {
}
}
::v-deep .ai-list__content--right {
:deep( .ai-list__content--right ){
flex: 1;
min-width: 0;
margin-left: 1px;

View File

@@ -75,11 +75,11 @@
等额选举:候选人数与应选人数相等的选举方式。" placement="top">
<i class="el-icon-info" style="margin-right: 8px"></i>
</el-tooltip>
<el-radio v-model="form.electionMethod" label="0">等额</el-radio>
<el-radio v-model="form.electionMethod" label="1">差额</el-radio>
</el-form-item>
<el-row type="flex">
<el-col :span="20">
<el-form-item label="应选人数" prop="chooseNumber">
@@ -265,7 +265,7 @@ export default {
.electionAdd {
height: 100%;
::v-deep .el-date-editor .el-input {
:deep( .el-date-editor .el-input ){
width: 100%;
}
@@ -281,4 +281,4 @@ export default {
font-size: 13px;
}
}
</style>
</style>

View File

@@ -252,7 +252,7 @@
<style scoped lang="scss">
.list {
::v-deep .ai-list__content {
:deep( .ai-list__content ){
.ai-list__content--right-wrapper {
background: transparent!important;
box-shadow: none!important;

View File

@@ -246,7 +246,7 @@
<style scoped lang="scss">
.list {
::v-deep .ai-list__content {
:deep( .ai-list__content ){
.ai-list__content--right-wrapper {
background: transparent!important;
box-shadow: none!important;

View File

@@ -5,7 +5,7 @@
<!-- 内容 -->
<template slot="content">
<el-form
<el-form
:model="formData"
ref="ruleForm"
:rules="formRules"
@@ -620,7 +620,7 @@ export default {
<style scoped lang="scss">
.Add {
::v-deep.ai-form {
:deep(.ai-form ){
.ai-card {
.ai-card-body {
display: flex;
@@ -644,7 +644,7 @@ export default {
}
}
}
::v-deep .ai-form .el-form-item .el-form-item__content {
:deep( .ai-form .el-form-item .el-form-item__content ){
margin-left: 174px!important;
}
</style>

View File

@@ -620,7 +620,7 @@ export default {
</script>
<style scoped lang="scss">
::v-deep.ai-form {
:deep(.ai-form ){
.ai-card {
.ai-card-body {
display: flex;
@@ -647,7 +647,7 @@ export default {
}
}
}
::v-deep .ai-form .el-form-item .el-form-item__content {
:deep( .ai-form .el-form-item .el-form-item__content ){
margin-left: 164px!important;
}
</style>

View File

@@ -82,7 +82,7 @@ export default {
.List {
position: relative;
::v-deep.ai-detail__content--wrapper {
:deep(.ai-detail__content--wrapper ){
height: 100%;
& > * {
@@ -101,7 +101,7 @@ export default {
}
}
::v-deep .is-current > .el-tree-node__content {
:deep( .is-current > .el-tree-node__content ){
width: 100% !important;
padding-right: 16px !important;
}

View File

@@ -128,7 +128,7 @@ export default {
margin-top: 24px;
}
::v-deep .table-header {
:deep( .table-header ){
box-sizing: border-box;
border-right: 1px solid #d0d4dc !important;
@@ -141,7 +141,7 @@ export default {
}
}
::v-deep .table-cell {
:deep( .table-cell ){
height: 44px;
color: #333;

View File

@@ -1059,7 +1059,7 @@ export default {
<style scoped lang="scss">
.party {
::v-deep .el-input-group__append {
:deep( .el-input-group__append ){
height: 32px;
margin: 0;
padding: 0;
@@ -1078,7 +1078,7 @@ export default {
}
}
::v-deep.cardTabs {
:deep(.cardTabs ){
.el-tabs__header {
padding: 0;
}

View File

@@ -456,7 +456,7 @@ export default {
<style scoped lang="scss">
.party-detail {
::v-deep .AiID {
:deep( .AiID ){
line-height: 1.4;
color: #222;

View File

@@ -347,15 +347,15 @@ export default {
align-items: center;
}
::v-deep .audit-0 {
:deep( .audit-0 ){
color: #FF8822 !important;
}
::v-deep .audit-1 {
:deep( .audit-1 ){
color: #2EA222 !important;
}
::v-deep .ai-list__content--right {
:deep( .ai-list__content--right ){
flex: 1;
min-width: 0;
margin-left: 1px;
@@ -365,7 +365,7 @@ export default {
width: 100%;
}
}
::v-deep .is-current>.el-tree-node__content{
:deep( .is-current>.el-tree-node__content){
width: 100%!important;
padding-right: 16px!important;
}

View File

@@ -187,7 +187,7 @@ export default {
margin-top: 16px;
}
::v-deep.ai-dialog__content {
:deep(.ai-dialog__content ){
.ai-dialog__content--wrapper {
padding-right: 0;
display: flex;
@@ -223,7 +223,7 @@ export default {
}
}
::v-deep.searchbar {
:deep(.searchbar ){
padding-right: 0;
}
}

View File

@@ -18,7 +18,7 @@
<el-form-item
label="姓名"
style="width: 100%"
prop="name"
prop="name"
>
<el-input
size="small"
@@ -595,7 +595,7 @@ export default {
}
if (this.form.fileList.length > 0) {
this.form.files = JSON.stringify(this.form.fileList)
}
}
this.instance.post(`/app/apppartydevelop/addOrUpdate`, {...this.form}).then((res) => {
if (res.code == 0) {
this.$message.success(this.isEdit ? "编辑成功" : "添加成功");
@@ -665,7 +665,7 @@ export default {
<style scoped lang="scss">
.party {
::v-deep .el-input-group__append {
:deep( .el-input-group__append ){
height: 32px;
margin: 0;
padding: 0;
@@ -684,7 +684,7 @@ export default {
}
}
::v-deep.cardTabs {
:deep(.cardTabs ){
.el-tabs__header {
padding: 0;
}
@@ -697,7 +697,7 @@ export default {
.audit-1 {
color: #2ea222 !important;
}
::v-deep .ai-form .el-form-item .el-form-item__content {
:deep( .ai-form .el-form-item .el-form-item__content ){
margin-left: 174px!important;
}
}

View File

@@ -212,7 +212,7 @@ export default {
<style scoped lang="scss">
.party-detail {
::v-deep .AiID {
:deep( .AiID ){
line-height: 1.4;
color: #222;

View File

@@ -160,7 +160,7 @@ export default {
this.dict.load('sex', 'developStatus').then(() => {
this.getList()
})
},
methods: {
showNeighbourSetting(id) {
@@ -237,15 +237,15 @@ export default {
align-items: center;
}
::v-deep .audit-0 {
:deep( .audit-0 ){
color: #FF8822 !important;
}
::v-deep .audit-1 {
:deep( .audit-1 ){
color: #2EA222 !important;
}
::v-deep .ai-list__content--right {
:deep( .ai-list__content--right ){
flex: 1;
min-width: 0;
margin-left: 1px;
@@ -255,7 +255,7 @@ export default {
width: 100%;
}
}
::v-deep .is-current>.el-tree-node__content{
:deep( .is-current>.el-tree-node__content){
width: 100%!important;
padding-right: 16px!important;
}

View File

@@ -335,7 +335,7 @@ export default {
.staPane {
height: 100%;
::v-deep .ai-list__blank {
:deep( .ai-list__blank ){
display: flex;
height: 100% !important;
gap: 16px;
@@ -406,7 +406,7 @@ export default {
.pad-l32 {
padding-left: 32px;
}
::v-deep .el-tree .is-current>.el-tree-node__content {
:deep( .el-tree .is-current>.el-tree-node__content ){
background-color: #26f;
color: #fff;
}

View File

@@ -294,7 +294,7 @@
.addressBook-left__list--search {
flex: 1;
::v-deep input {
:deep( input ){
width: 100%;
}
}
@@ -311,7 +311,7 @@
font-size: 14px;
}
::v-deep .el-tree {
:deep( .el-tree ){
background: transparent;
.el-tree-node__expand-icon.is-leaf {
@@ -356,7 +356,7 @@
}
}
::v-deep .ai-list__content--left {
:deep( .ai-list__content--left ){
margin-right: 2px;
}
@@ -408,7 +408,7 @@
}
}
::v-deep .ai-list__content--right {
:deep( .ai-list__content--right ){
.ai-list__content--right-wrapper {
min-height: 100%;

View File

@@ -230,7 +230,7 @@ export default {
this.$refs.form.validate((valid) => {
if (valid) {
this.instance.post(`/app/appclapeventinfopingchang/addOrUpdate`, {
...this.form,
...this.form,
groupName: this.dictList.filter(v => v.dictValue === this.form.groupId)[0].dictName,
}).then((res) => {
if (res.code == 0) {
@@ -262,13 +262,13 @@ export default {
padding-left: 8px;
color: #999;
}
::v-deep .el-range-separator {
:deep( .el-range-separator ){
width: 28px!important;
}
::v-deep .el-date-editor {
:deep( .el-date-editor ){
width: 100%;
}
::v-deep .mapDialog {
:deep( .mapDialog ){
.el-dialog__body {
padding: 0;
@@ -314,4 +314,4 @@ export default {
}
}
}
</style>
</style>

View File

@@ -325,7 +325,7 @@ export default {
align-items: center;
}
::v-deep .el-tree {
:deep( .el-tree ){
background: transparent;
.el-tree-node__expand-icon.is-leaf {
@@ -370,13 +370,13 @@ export default {
}
.el-steps {
::v-deep .el-step__icon {
:deep( .el-step__icon ){
font-size: 12px;
color: #555555;
border-color: #d0d4dc;
}
::v-deep .el-step__head.is-finish {
:deep( .el-step__head.is-finish ){
.el-step__icon.is-text {
border: none;
color: #fff;
@@ -385,7 +385,7 @@ export default {
}
}
::v-deep .el-step__line {
:deep( .el-step__line ){
background-color: #d0d4dc;
}
}
@@ -411,18 +411,18 @@ export default {
}
}
::v-deep .report-dialog {
:deep( .report-dialog ){
.el-select {
width: 100%;
}
}
::v-deep .el-step__head.is-process {
:deep( .el-step__head.is-process ){
color: #555;
border-color: #555;
}
::v-deep .is-finish h2 {
:deep( .is-finish h2 ){
color: #2266ff;
}
@@ -441,7 +441,7 @@ export default {
}
}
::v-deep .ai-detail__content {
:deep( .ai-detail__content ){
background: #f3f6f9;
.ai-detail__content--wrapper {
@@ -467,7 +467,7 @@ export default {
}
}
::v-deep .el-card {
:deep( .el-card ){
.el-card__header {
padding: 12px 16px;
font-weight: bold;

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;

View File

@@ -40,11 +40,11 @@ export default {
.AppHelpByNeighbours {
height: 100%;
::v-deep.mar-t16 {
:deep(.mar-t16 ){
margin-top: 16px;
}
::v-deep.mar-t8 {
:deep(.mar-t8 ){
margin-top: 8px;
}
}

View File

@@ -34,7 +34,7 @@
<ai-info-item label="审核人" :value="info.auditUserName"></ai-info-item>
<ai-info-item label="审核时间" :value="info.auditTime"></ai-info-item>
<ai-info-item label="驳回理由" v-if="info.auditStatus == '2'" isLine :value="info.auditOpinion"></ai-info-item>
</ai-wrapper>
</div>
</ai-card>
@@ -233,15 +233,15 @@ export default {
display: flex;
align-items: center;
::v-deep .el-form-item .el-form-item__content {
:deep( .el-form-item .el-form-item__content ){
margin-left: 0 !important;
}
::v-deep .ai-select {
:deep( .ai-select ){
margin: 0 !important;
}
::v-deep .el-form-item {
:deep( .el-form-item ){
width: auto;
margin-bottom: 0;

View File

@@ -88,9 +88,9 @@
{ prop: 'partyName', label: '申请人' },
{ prop: 'partyPhone', align: 'center', label: '联系电话' },
{ prop: 'createTime', align: 'center', label: '申请时间' },
{ prop: 'integralRuleName', align: 'center', label: '事件名称'},
{ prop: 'auditStatus', align: 'center', label: '状态', formart: v => v ? this.dict.getLabel('integralDeclareStatus', v) : '-' },
{ prop: 'auditUserName', align: 'center', label: '审批人' },
{ prop: 'integralRuleName', align: 'center', label: '事件名称'},
{ prop: 'auditStatus', align: 'center', label: '状态', formart: v => v ? this.dict.getLabel('integralDeclareStatus', v) : '-' },
{ prop: 'auditUserName', align: 'center', label: '审批人' },
{ prop: 'auditTime', align: 'center', label: '审批时间' }
],
tableData: [],
@@ -164,7 +164,7 @@
<style scoped lang="scss">
.list {
::v-deep .ai-list__content {
:deep( .ai-list__content ){
padding: 0!important;
.ai-list__content--right-wrapper {

View File

@@ -113,7 +113,7 @@ export default {
color: #26f;
}
::v-deep .staCard {
:deep( .staCard ){
font-size: 14px;
width: 25%;

View File

@@ -116,7 +116,7 @@ export default {
this.search.current = 1
this.getTableData()
},
onSearch(v) {
this.orgTree.filter(v)
},
@@ -151,7 +151,7 @@ export default {
.psList {
height: 100%;
::v-deep .is-current>.el-tree-node__content{
:deep( .is-current>.el-tree-node__content){
width: 100%!important;
padding-right: 16px!important;
}

View File

@@ -12,7 +12,7 @@
<ai-select v-model="search.type" :selectList="typeList" placeholder="请选择推送分类" @change="page.current=1,getTableData()"/>
</template>
</ai-search-bar>
<ai-table :tableData="tableData" :total="page.total" :current.sync="page.current" :size.sync="page.size" @getList="getTableData"
<ai-table :tableData="tableData" :total="page.total" :current.sync="page.current" :size.sync="page.size" @getList="getTableData"
:col-configs="colConfigs" :dict="dict" @selection-change="v=>search.ids=v.map(e=>e.id).toString()">
<el-table-column slot="type" label="推送分类" align="center" width="200">
<template slot-scope="{row}">
@@ -27,7 +27,7 @@
</el-table-column>
</ai-table>
</template>
</ai-list>
<ai-dialog title="推送信息" :visible.sync="dialog" @closed="formInit" @onConfirm="submit" width="600px">
<el-form :model="form" size="small" ref="DialogForm" :rules="rules" label-width="80px">
@@ -141,7 +141,7 @@ export default {
formInit() {
for(let key in this.form) {
this.form[key] = ''
}
}
}
},
created() {
@@ -154,11 +154,11 @@ export default {
.AppTvMsg {
height: 100%;
::v-deep.mar-t16 {
:deep(.mar-t16 ){
margin-top: 16px;
}
::v-deep.mar-t8 {
:deep(.mar-t8 ){
margin-top: 8px;
}
}

View File

@@ -506,7 +506,7 @@
background: rgba($color: #000000, $alpha: 0.6);
}
::v-deep .phone-container {
:deep( .phone-container ){
position: absolute;
left: 50%;
top: 50%;
@@ -667,7 +667,7 @@
}
}
::v-deep .AppAnnounceDetail-title {
:deep( .AppAnnounceDetail-title ){
display: flex;
align-items: center;
@@ -758,7 +758,7 @@
}
}
::v-deep .right-tips {
:deep( .right-tips ){
display: flex;
align-items: center;

View File

@@ -52,7 +52,7 @@
</el-card>
</el-timeline-item>
</el-timeline>
</div>
<ai-empty v-if="!taskList.length" />
</div>
@@ -620,7 +620,7 @@
height: 22px;
overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-overflow: ellipsis;
vertical-align: bottom;
}
.el-icon-arrow-down{
@@ -687,11 +687,11 @@
}
::v-deep .el-calendar-table:not(.is-range) td.next,
::v-deep .el-calendar-table:not(.is-range) td.prev {
:deep( .el-calendar-table:not(.is-range) td.next),
:deep( .el-calendar-table:not(.is-range) td.prev ){
color: #ccc;
}
::v-deep .el-calendar-table .el-calendar-day{
:deep( .el-calendar-table .el-calendar-day){
height: 48px;
line-height: 32px;
padding-left: 12px;
@@ -701,48 +701,48 @@
.el-calendar-table:not(.is-range) td .current{
color: #888;
}
::v-deep .el-calendar__header{
:deep( .el-calendar__header){
display: none;
}
::v-deep .el-calendar__body{
:deep( .el-calendar__body){
padding: 0;
}
::v-deep .el-calendar-table thead th:nth-of-type(1){
:deep( .el-calendar-table thead th:nth-of-type(1)){
border-left: 1px solid #eee;
}
::v-deep .el-calendar-table thead th:nth-of-type(7){
:deep( .el-calendar-table thead th:nth-of-type(7)){
border-right: 1px solid #eee;
}
::v-deep .el-calendar-table tr td:first-child {
:deep( .el-calendar-table tr td:first-child ){
border-left: 1px solid #eee;
}
::v-deep .el-calendar-table tr:first-child td {
:deep( .el-calendar-table tr:first-child td ){
border-top: 1px solid #eee;
}
::v-deep .el-calendar-table td {
:deep( .el-calendar-table td ){
border-bottom: 1px solid #eee;
border-right: 1px solid #eee;
}
::v-deep .el-timeline-item__timestamp.is-top{
:deep( .el-timeline-item__timestamp.is-top){
margin-bottom: 0;
padding-top: 0;
}
::v-deep .el-timeline-item__node{
:deep( .el-timeline-item__node){
background-color: #26F;
width: 8px;
height: 8px;
border-radius: 50%;
left: 1px;
}
::v-deep .el-card{
:deep( .el-card){
border: none;
}
::v-deep .el-card__body{
:deep( .el-card__body){
padding: 8px;
}
}
::v-deep .ai-list__content {
:deep( .ai-list__content ){
padding: 0!important;
.ai-list__content--right-wrapper {
@@ -753,7 +753,7 @@
}
}
::v-deep .AiPicker{
:deep( .AiPicker){
display: inline-block;
}
</style>

View File

@@ -426,7 +426,7 @@
background: rgba($color: #000000, $alpha: 0.6);
}
::v-deep .phone-container {
:deep( .phone-container ){
position: absolute;
left: 50%;
top: 50%;
@@ -587,7 +587,7 @@
}
}
::v-deep .AppAnnounceDetail-title {
:deep( .AppAnnounceDetail-title ){
display: flex;
align-items: center;
@@ -678,7 +678,7 @@
}
}
::v-deep .right-tips {
:deep( .right-tips ){
display: flex;
align-items: center;

View File

@@ -687,11 +687,11 @@
}
::v-deep .el-calendar-table:not(.is-range) td.next,
::v-deep .el-calendar-table:not(.is-range) td.prev {
:deep( .el-calendar-table:not(.is-range) td.next),
:deep( .el-calendar-table:not(.is-range) td.prev ){
color: #ccc;
}
::v-deep .el-calendar-table .el-calendar-day{
:deep( .el-calendar-table .el-calendar-day){
height: 48px;
line-height: 32px;
padding-left: 12px;
@@ -701,48 +701,48 @@
.el-calendar-table:not(.is-range) td .current{
color: #888;
}
::v-deep .el-calendar__header{
:deep( .el-calendar__header){
display: none;
}
::v-deep .el-calendar__body{
:deep( .el-calendar__body){
padding: 0;
}
::v-deep .el-calendar-table thead th:nth-of-type(1){
:deep( .el-calendar-table thead th:nth-of-type(1)){
border-left: 1px solid #eee;
}
::v-deep .el-calendar-table thead th:nth-of-type(7){
:deep( .el-calendar-table thead th:nth-of-type(7)){
border-right: 1px solid #eee;
}
::v-deep .el-calendar-table tr td:first-child {
:deep( .el-calendar-table tr td:first-child ){
border-left: 1px solid #eee;
}
::v-deep .el-calendar-table tr:first-child td {
:deep( .el-calendar-table tr:first-child td ){
border-top: 1px solid #eee;
}
::v-deep .el-calendar-table td {
:deep( .el-calendar-table td ){
border-bottom: 1px solid #eee;
border-right: 1px solid #eee;
}
::v-deep .el-timeline-item__timestamp.is-top{
:deep( .el-timeline-item__timestamp.is-top){
margin-bottom: 0;
padding-top: 0;
}
::v-deep .el-timeline-item__node{
:deep( .el-timeline-item__node){
background-color: #26F;
width: 8px;
height: 8px;
border-radius: 50%;
left: 1px;
}
::v-deep .el-card{
:deep( .el-card){
border: none;
}
::v-deep .el-card__body{
:deep( .el-card__body){
padding: 8px;
}
}
::v-deep .ai-list__content {
:deep( .ai-list__content ){
padding: 0!important;
.ai-list__content--right-wrapper {
@@ -753,7 +753,7 @@
}
}
::v-deep .AiPicker{
:deep( .AiPicker){
display: inline-block;
}
</style>

View File

@@ -426,7 +426,7 @@
background: rgba($color: #000000, $alpha: 0.6);
}
::v-deep .phone-container {
:deep( .phone-container ){
position: absolute;
left: 50%;
top: 50%;
@@ -587,7 +587,7 @@
}
}
::v-deep .AppAnnounceDetail-title {
:deep( .AppAnnounceDetail-title ){
display: flex;
align-items: center;
@@ -678,7 +678,7 @@
}
}
::v-deep .right-tips {
:deep( .right-tips ){
display: flex;
align-items: center;

View File

@@ -687,11 +687,11 @@
}
::v-deep .el-calendar-table:not(.is-range) td.next,
::v-deep .el-calendar-table:not(.is-range) td.prev {
:deep( .el-calendar-table:not(.is-range) td.next),
:deep( .el-calendar-table:not(.is-range) td.prev ){
color: #ccc;
}
::v-deep .el-calendar-table .el-calendar-day{
:deep( .el-calendar-table .el-calendar-day){
height: 48px;
line-height: 32px;
padding-left: 12px;
@@ -701,48 +701,48 @@
.el-calendar-table:not(.is-range) td .current{
color: #888;
}
::v-deep .el-calendar__header{
:deep( .el-calendar__header){
display: none;
}
::v-deep .el-calendar__body{
:deep( .el-calendar__body){
padding: 0;
}
::v-deep .el-calendar-table thead th:nth-of-type(1){
:deep( .el-calendar-table thead th:nth-of-type(1)){
border-left: 1px solid #eee;
}
::v-deep .el-calendar-table thead th:nth-of-type(7){
:deep( .el-calendar-table thead th:nth-of-type(7)){
border-right: 1px solid #eee;
}
::v-deep .el-calendar-table tr td:first-child {
:deep( .el-calendar-table tr td:first-child ){
border-left: 1px solid #eee;
}
::v-deep .el-calendar-table tr:first-child td {
:deep( .el-calendar-table tr:first-child td ){
border-top: 1px solid #eee;
}
::v-deep .el-calendar-table td {
:deep( .el-calendar-table td ){
border-bottom: 1px solid #eee;
border-right: 1px solid #eee;
}
::v-deep .el-timeline-item__timestamp.is-top{
:deep( .el-timeline-item__timestamp.is-top){
margin-bottom: 0;
padding-top: 0;
}
::v-deep .el-timeline-item__node{
:deep( .el-timeline-item__node){
background-color: #26F;
width: 8px;
height: 8px;
border-radius: 50%;
left: 1px;
}
::v-deep .el-card{
:deep( .el-card){
border: none;
}
::v-deep .el-card__body{
:deep( .el-card__body){
padding: 8px;
}
}
::v-deep .ai-list__content {
:deep( .ai-list__content ){
padding: 0!important;
.ai-list__content--right-wrapper {
@@ -753,7 +753,7 @@
}
}
::v-deep .AiPicker{
:deep( .AiPicker){
display: inline-block;
}
</style>

View File

@@ -810,7 +810,7 @@ export default {
padding: 0;
font-size: 12px;
::v-deep span {
:deep( span ){
margin-left: 0;
}
}
@@ -823,7 +823,7 @@ export default {
.addressBook-left__list--search {
flex: 1;
::v-deep input {
:deep( input ){
width: 100%;
}
}
@@ -878,12 +878,12 @@ export default {
height: 100%;
overflow: auto;
::v-deep .el-tree {
:deep( .el-tree ){
width: fit-content;
min-width: 100%;
}
::v-deep .el-scrollbar__wrap {
:deep( .el-scrollbar__wrap ){
margin-bottom: 0 !important;
overflow-x: hidden;
@@ -927,7 +927,7 @@ export default {
font-size: 14px;
}
::v-deep .el-tree {
:deep( .el-tree ){
background: transparent;
.el-tree-node__expand-icon.is-leaf {
@@ -973,7 +973,7 @@ export default {
}
}
::v-deep .ai-list__content--right {
:deep( .ai-list__content--right ){
flex: 1;
min-width: 0;
margin-left: 1px;
@@ -984,7 +984,7 @@ export default {
}
}
::v-deep ai-open-data {
:deep( ai-open-data ){
}
}

View File

@@ -906,13 +906,13 @@
}
.right-item__content--select-answer {
::v-deep .el-checkbox {
:deep( .el-checkbox ){
display: flex!important;
align-items: center;
margin-right: 0;
}
::v-deep .el-checkbox__label {
:deep( .el-checkbox__label ){
flex: 1;
color: #222;
overflow: hidden;
@@ -970,14 +970,14 @@
word-break: break-all;
}
::v-deep .ai-detail__content {
:deep( .ai-detail__content ){
height: calc(100% - 52px)!important;
padding: 0!important;
overflow: hidden!important;
}
.ai-dialog__success {
::v-deep .ai-dialog__content {
:deep( .ai-dialog__content ){
max-height: initial!important;
}
}
@@ -1172,7 +1172,7 @@
border: 1px solid #E4E8EF;
}
::v-deep .el-input {
:deep( .el-input ){
width: 418px;
margin-top: 20px;
margin-left: 12px;
@@ -1271,14 +1271,14 @@
}
}
::v-deep .ai-detail__title {
:deep( .ai-detail__title ){
margin: 0!important;
margin-bottom: 4px!important;
padding: 0 20px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
::v-deep .ai-detail__content--wrapper {
:deep( .ai-detail__content--wrapper ){
display: flex;
max-width: 100%!important;
height: 100%!important;
@@ -1290,7 +1290,7 @@
flex: 1;
height: 100%;
::v-deep .el-scrollbar__view {
:deep( .el-scrollbar__view ){
height: 100%;
}
}
@@ -1304,14 +1304,14 @@
.right-item__select--wrapper {
::v-deep .el-upload--picture-card {
:deep( .el-upload--picture-card ){
// display: none;
width: 100%;
height: 100%;
line-height: 1;
}
::v-deep .uploader {
:deep( .uploader ){
background: #FFFFFF;
border-radius: 4px;
margin: 0 10px;
@@ -1366,7 +1366,7 @@
}
}
::v-deep .el-upload-list__item {
:deep( .el-upload-list__item ){
width: 40px!important;
height: 40px!important;
object-fit: cover;
@@ -1396,13 +1396,13 @@
background: #F3F6F9;
border-radius: 4px;
::v-deep .el-upload--picture-card {
:deep( .el-upload--picture-card ){
width: 100%;
height: 100%;
line-height: 1;
}
::v-deep .uploader {
:deep( .uploader ){
width: 260px;
height: 163px;
overflow: hidden;
@@ -1493,13 +1493,13 @@
white-space: nowrap;
}
::v-deep .el-checkbox {
:deep( .el-checkbox ){
display: flex!important;
align-items: center;
margin-bottom: 0!important;
}
::v-deep .el-checkbox__label {
:deep( .el-checkbox__label ){
max-width: 140px;
color: #222;
overflow: hidden;
@@ -1507,7 +1507,7 @@
white-space: nowrap;
}
::v-deep .el-input {
:deep( .el-input ){
width: 100px;
.el-input__suffix {

View File

@@ -528,13 +528,13 @@
<style scoped lang="scss">
.form-list {
::v-deep .ai-list__content--right-wrapper {
:deep( .ai-list__content--right-wrapper ){
background: transparent!important;
box-shadow: none!important;
padding: 12px 0 12px!important;
}
::v-deep.el-pager {
:deep(.el-pager ){
li.active + li {
border-left: 1px solid #D0D4DC;
}
@@ -651,13 +651,13 @@
width: 100%;
padding: 0;
}
::v-deep .el-pager li.active {
:deep( .el-pager li.active ){
background-color: #fff !important;
color: #2266FF !important;
border-color: #2266FF;
}
::v-deep .el-pager li {
:deep( .el-pager li ){
background-color: #fff;
border: solid 1px #d0d4dc;
margin-left: 8px;
@@ -679,7 +679,7 @@
gap: 8px;
color: #2266FF !important;
::v-deep span, ::v-deep div {
:deep( span), :deep( div ){
font-size: 12px;
cursor: pointer;
color: #2266FF !important;
@@ -704,11 +704,11 @@
margin-left: 24px;
}
::v-deep .el-pagination button, .el-pagination span:not([class*=suffix]) {
:deep( .el-pagination button), .el-pagination span:not([class*=suffix]) {
line-height: 1 !important;
}
::v-deep.el-checkbox {
:deep(.el-checkbox ){
padding-left: 14px;
display: flex;
align-items: center;
@@ -739,7 +739,7 @@
}
.ai-dialog__success {
::v-deep .ai-dialog__content {
:deep( .ai-dialog__content ){
max-height: initial!important;
}
}
@@ -811,7 +811,7 @@
border: 1px solid #E4E8EF;
}
::v-deep .el-input {
:deep( .el-input ){
width: 418px;
margin-top: 20px;
margin-left: 12px;
@@ -943,7 +943,7 @@
flex: 1;
}
::v-deep .el-button {
:deep( .el-button ){
margin-left: 0;
padding: 0;
i {
@@ -980,7 +980,7 @@
flex: 1;
&:hover {
::v-deep i, ::v-deep span {
:deep( i), :deep( span ){
color: #2266FF;
}
}

View File

@@ -346,7 +346,7 @@
}
.preview {
::v-deep .el-textarea.is-disabled, ::v-deep .el-textarea__inner {
:deep( .el-textarea.is-disabled), :deep( .el-textarea__inner ){
color: #666!important;
}
}

View File

@@ -311,11 +311,11 @@ export default {
<style lang="scss" scoped>
.AppBuildManage {
::v-deep .amap-logo {
:deep( .amap-logo ){
display: none !important;
}
::v-deep .amap-copyright {
:deep( .amap-copyright ){
display: none !important;
}
}
@@ -351,7 +351,7 @@ export default {
}
}
::v-deep .mapDialog {
:deep( .mapDialog ){
.el-dialog {
display: flex;
flex-direction: column;

View File

@@ -555,13 +555,13 @@ export default {
<style lang="scss" scoped>
.BuildMsg {
::v-deep .ai-list__title {
:deep( .ai-list__title ){
background-color: #fff;
margin: 0 !important;
padding-left: 20px;
}
::v-deep .ai-list__content {
:deep( .ai-list__content ){
.ai-list__content--right {
.ai-list__content--right-wrapper {
.search-select {

View File

@@ -255,7 +255,7 @@ export default {
height: 100%;
.ai-detail {
::v-deep .ai-detail__content {
:deep( .ai-detail__content ){
.ai-detail__content--wrapper {
display: flex;
justify-content: space-between;
@@ -286,7 +286,7 @@ export default {
}
::v-deep .el-tree {
:deep( .el-tree ){
background: transparent;
.el-tree-node__expand-icon.is-leaf {

View File

@@ -168,7 +168,7 @@ export default {
<style lang="scss" scoped>
.AppPetitionManage {
::v-deep th {
:deep( th ){
font-weight: bold !important;
}

View File

@@ -61,7 +61,7 @@ export default {
goPage(params) {
this.detailRow = params.row
this.currentComp = params.comp
if(params.comp == 'detail' || params.comp == 'addMeeting') {
this.showDetail = true
}
@@ -93,7 +93,7 @@ export default {
.conference {
height: 100%;
::v-deep .ai-list__content--right-wrapper {
:deep( .ai-list__content--right-wrapper ){
background-color: transparent !important;
box-shadow: none !important;
}

View File

@@ -235,7 +235,7 @@ export default {
</script>
<style lang="scss" scoped>
.addMeeting {
::v-deep .el-button--text {
:deep( .el-button--text ){
.iconfont {
color: inherit;
}

View File

@@ -237,7 +237,7 @@
.addressBook-left__list--search {
flex: 1;
::v-deep input {
:deep( input ){
width: 100%;
}
}
@@ -254,7 +254,7 @@
font-size: 14px;
}
::v-deep .el-tree {
:deep( .el-tree ){
background: transparent;
.el-tree-node__expand-icon.is-leaf {
@@ -291,7 +291,7 @@
}
background: #2266FF;
span {
color: #fff;
}
@@ -299,7 +299,7 @@
}
}
::v-deep .ai-list__content--left {
:deep( .ai-list__content--left ){
margin-right: 2px;
}
@@ -351,7 +351,7 @@
}
}
::v-deep .ai-list__content--right {
:deep( .ai-list__content--right ){
.ai-list__content--right-wrapper {
min-height: 100%;

View File

@@ -377,10 +377,10 @@ export default {
<style lang="scss" scoped>
.AppHomesteadManagement {
::v-deep .amap-logo {
:deep( .amap-logo ){
display: none!important;
}
::v-deep .amap-copyright {
:deep( .amap-copyright ){
display: none!important;
}
}
@@ -411,12 +411,12 @@ export default {
}
.user-selecter {
::v-deep .el-input-group__append {
:deep( .el-input-group__append ){
width: 68px;
background: transparent;
}
::v-deep .el-button {
:deep( .el-button ){
color: #fff;
&:hover {
@@ -427,7 +427,7 @@ export default {
}
}
::v-deep .mapDialog {
:deep( .mapDialog ){
.el-dialog__body {
padding: 0;

View File

@@ -99,7 +99,7 @@
</el-button>
</div>
</div>
<div class="map-menu">
<div class="map-menu__item">
<div class="map-layers__wrapper">
@@ -292,7 +292,7 @@ export default {
this.isShowInfo = true
})
}
}else { //楼栋
this.instance.post(`/app/appcommunityhouseinfo/queryDetailByIdWithBuilding`,null,{
params:{
@@ -474,7 +474,7 @@ export default {
width: 100%;
}
::v-deep .ai-list__content--right-wrapper{
:deep( .ai-list__content--right-wrapper){
height: 100%;
margin: 0px !important;
background-color: transparent !important;
@@ -483,11 +483,11 @@ export default {
.map {
::v-deep .amap-logo, ::v-deep .amap-copyright {
:deep( .amap-logo), :deep( .amap-copyright ){
display: none !important;
}
::v-deep .amap-icon {
:deep( .amap-icon ){
width: 40px !important;
height: 40px !important;
@@ -727,7 +727,7 @@ export default {
height: 100%;
overflow: hidden;
::v-deep .ol-zoom {
:deep( .ol-zoom ){
display: none !important;
top: inherit !important;
bottom: 0.5em !important;
@@ -802,7 +802,7 @@ export default {
}
}
::v-deep .polymeric {
:deep( .polymeric ){
display: flex;
position: relative;
align-items: center;
@@ -868,7 +868,7 @@ export default {
}
}
::v-deep .mark{
:deep( .mark){
user-select: none;
cursor: pointer;
height: 32px;
@@ -1269,11 +1269,11 @@ export default {
}
}
::v-deep .el-input, ::v-deep input {
:deep( .el-input), :deep( input ){
border: none;
}
::v-deep input {
:deep( input ){
position: relative;
flex: 1;
height: 36px;

View File

@@ -555,7 +555,7 @@ export default {
width: 100%;
}
::v-deep .ai-list__content--right-wrapper {
:deep( .ai-list__content--right-wrapper ){
height: 100%;
margin: 0 !important;
background-color: transparent !important;
@@ -805,7 +805,7 @@ export default {
height: 100%;
overflow: hidden;
::v-deep .ol-zoom {
:deep( .ol-zoom ){
display: none !important;
top: inherit !important;
bottom: 0.5em !important;
@@ -880,7 +880,7 @@ export default {
}
}
::v-deep .polymeric {
:deep( .polymeric ){
display: flex;
position: relative;
align-items: center;
@@ -946,7 +946,7 @@ export default {
}
}
::v-deep .mark {
:deep( .mark ){
user-select: none;
cursor: pointer;
height: 32px;
@@ -1389,11 +1389,11 @@ export default {
}
}
::v-deep .el-input, ::v-deep input {
:deep( .el-input), :deep( input ){
border: none;
}
::v-deep input {
:deep( input ){
position: relative;
flex: 1;
height: 36px;

View File

@@ -200,7 +200,7 @@ export default {
display: flex;
flex-direction: column;
::v-deep .ailist-title {
:deep( .ailist-title ){
margin: 0 20px;
}
@@ -338,7 +338,7 @@ export default {
}
}
::v-deep .floors {
:deep( .floors ){
max-height: 520px;
max-width: 60vw;
margin: 0 20px;

View File

@@ -143,7 +143,7 @@ export default {
<style lang="scss" scoped>
.buildingInfo {
::v-deep .infoPane {
:deep( .infoPane ){
box-sizing: border-box;
padding: 10px 20px;

View File

@@ -139,7 +139,7 @@ export default {
.AppInterview {
height: 100%;
::v-deep .dateRange {
:deep( .dateRange ){
.dateLabel {
height: 32px;
border: 1px solid #D0D4DC;
@@ -154,7 +154,7 @@ export default {
}
}
::v-deep .ai-list__content--right-wrapper {
:deep( .ai-list__content--right-wrapper ){
display: flex;
flex-direction: column;
gap: 10px;

View File

@@ -78,7 +78,7 @@ export default {
.interviewDetail {
height: 100%;
::v-deep .images {
:deep( .images ){
display: flex;
gap: 16px;
flex-wrap: wrap;

View File

@@ -194,7 +194,7 @@
.AppMaterialLibrary {
height: 100%;
::v-deep .ai-list__content--left {
:deep( .ai-list__content--left ){
margin-right: 0;
}

View File

@@ -74,7 +74,7 @@
}
</script>
<style lang="scss" scoped>
::v-deep .ai-list__content--right-wrapper {
:deep( .ai-list__content--right-wrapper ){
background-color: transparent !important;
box-shadow: none !important;
}

View File

@@ -152,7 +152,7 @@
</script>
<style lang="scss" scoped>
::v-deep .picker {
:deep( .picker ){
width: 300px;
.el-form-item__content {
@@ -176,7 +176,7 @@
white-space: nowrap;
}
::v-deep .AiOpenData{
:deep( .AiOpenData){
height:auto !important;
&:after{
content:"、";
@@ -186,7 +186,7 @@
}
}
::v-deep .point{
:deep( .point){
&:after{
content:"" !important;
}

View File

@@ -64,7 +64,7 @@
</script>
<style lang="scss" scoped>
::v-deep .title {
:deep( .title ){
.aibar-left {
width: 100%;
text-align: center;

View File

@@ -182,7 +182,7 @@
</script>
<style lang="scss" scoped>
::v-deep .title {
:deep( .title ){
.aibar-left {
width: 100%;
text-align: center;

View File

@@ -225,7 +225,7 @@
</script>
<style lang="scss" scoped>
::v-deep .status {
:deep( .status ){
color: rgba(41, 107, 251, 100);
cursor: pointer;
}
@@ -236,7 +236,7 @@
margin-bottom: 10px;
}
::v-deep .wrap {
:deep( .wrap ){
display: flex;
align-items: center;
flex-wrap: wrap;

View File

@@ -189,7 +189,7 @@
}
}
::v-deep .row {
:deep( .row ){
margin-top: 10px;
span {
@@ -205,7 +205,7 @@
}
}
::v-deep .page {
:deep( .page ){
font-size: 12px;
color: #555555;

View File

@@ -148,13 +148,13 @@
height: 100%;
.el-steps {
::v-deep .el-step__icon {
:deep( .el-step__icon ){
font-size: 12px;
color: #555555;
border-color: #d0d4dc;
}
::v-deep .el-step__head.is-finish {
:deep( .el-step__head.is-finish ){
.el-step__icon.is-text {
border: none;
color: #fff;
@@ -163,7 +163,7 @@
}
}
::v-deep .el-step__line {
:deep( .el-step__line ){
background-color: #d0d4dc;
}
}
@@ -189,12 +189,12 @@
}
}
::v-deep .el-step__head.is-process {
:deep( .el-step__head.is-process ){
color: #555;
border-color: #555;
}
::v-deep .is-finish h2 {
:deep( .is-finish h2 ){
color: #2266ff;
}
@@ -212,7 +212,7 @@
}
}
::v-deep .ai-detail__content {
:deep( .ai-detail__content ){
background: #f3f6f9;
.ai-detail__content--wrapper {
@@ -238,7 +238,7 @@
}
}
::v-deep .el-card {
:deep( .el-card ){
.el-card__header {
padding: 12px 16px;
font-weight: bold;

View File

@@ -120,7 +120,7 @@
align: 'center',
label: '出发地区'
},
{ prop: 'arriveTime', align: 'center', label: '到达时间', formart: v => v.substr(0, v.length - 3) },
{ prop: 'arriveTime', align: 'center', label: '到达时间', formart: v => v.substr(0, v.length - 3) },
{
prop: 'arriveAreaName',
align: 'center',
@@ -182,7 +182,7 @@
}).catch(() => {
this.loading = false
})
this.getTotalInfo()
},
@@ -234,7 +234,7 @@
<style scoped lang="scss">
.list {
::v-deep .ai-list__content {
:deep( .ai-list__content ){
padding: 0!important;
.ai-list__content--right-wrapper {

View File

@@ -396,7 +396,7 @@ export default {
</script>
<style scoped lang="scss">
::v-deep .ai-card{
:deep( .ai-card){
width: 100%;
}
.form-div {

View File

@@ -406,7 +406,7 @@ export default {
</script>
<style scoped lang="scss">
::v-deep .ai-card{
:deep( .ai-card){
width: 100%;
}
.form-div {

View File

@@ -418,7 +418,7 @@ export default {
</script>
<style scoped lang="scss">
::v-deep .ai-card{
:deep( .ai-card){
width: 100%;
}
.form-div {

View File

@@ -410,7 +410,7 @@ export default {
</script>
<style scoped lang="scss">
::v-deep .ai-card{
:deep( .ai-card){
width: 100%;
}
.form-div {

View File

@@ -416,7 +416,7 @@ export default {
</script>
<style scoped lang="scss">
::v-deep .ai-card{
:deep( .ai-card){
width: 100%;
}
.form-div {

View File

@@ -362,7 +362,7 @@ export default {
width: 100%;
height: 100%;
::v-deep .el-tree {
:deep( .el-tree ){
background: transparent;
.el-tree-node__expand-icon.is-leaf {
@@ -427,7 +427,7 @@ export default {
padding: 8px 0;
}
::v-deep.fullscreenMap {
:deep(.fullscreenMap ){
.el-dialog {
display: flex;
flex-direction: column;
@@ -450,7 +450,7 @@ export default {
}
}
::v-deep .treePanel {
:deep( .treePanel ){
display: flex;
flex-direction: column;

View File

@@ -199,7 +199,7 @@ export default {
}
}
::v-deep.fullscreenMap {
:deep(.fullscreenMap ){
.el-dialog {
display: flex;
flex-direction: column;
@@ -222,11 +222,11 @@ export default {
}
}
::v-deep .amap-copyright {
:deep( .amap-copyright ){
display: none !important;
}
::v-deep .amap-logo {
:deep( .amap-logo ){
display: none !important;
}
}

View File

@@ -375,7 +375,7 @@ export default {
font-size: 14px;
}
::v-deep .is-current {
:deep( .is-current ){
& > .el-tree-node__content > .el-tooltip {
color: #5088ff;
}
@@ -446,7 +446,7 @@ export default {
padding: 8px 0;
justify-content: space-between;
::v-deep .el-input__inner {
:deep( .el-input__inner ){
color: #fff;
}
}
@@ -521,12 +521,12 @@ export default {
width: 100%;
padding: 8px 0;
::v-deep .el-input__inner {
:deep( .el-input__inner ){
color: #fff;
}
}
::v-deep .el-input__inner {
:deep( .el-input__inner ){
background-color: #282f45;
border: 1px solid #282f45;
}
@@ -571,7 +571,7 @@ export default {
}
}
::v-deep .el-tree {
:deep( .el-tree ){
width: 100%;
.el-tree__empty-block {

View File

@@ -500,7 +500,7 @@ export default {
margin-left: 20px;
}
::v-deep .el-form-item__content {
:deep( .el-form-item__content ){
margin-left: 0!important;
}
}
@@ -526,7 +526,7 @@ export default {
}
}
}
::v-deep .el-tag {
:deep( .el-tag ){
margin-right: 8px;
color: #333333;
}

View File

@@ -273,11 +273,11 @@ export default {
overflow: auto;
background: #f3f6f9;
::v-deep .el-range-editor--small.el-input__inner {
:deep( .el-range-editor--small.el-input__inner ){
width: 258px;
}
::v-deep .dateRange {
:deep( .dateRange ){
.dateLabel {
height: 32px;
border: 1px solid #D0D4DC;

View File

@@ -286,7 +286,7 @@
.addressBook-left__list--search {
flex: 1;
::v-deep input {
:deep( input ){
width: 100%;
}
}
@@ -303,7 +303,7 @@
font-size: 14px;
}
::v-deep .el-tree {
:deep( .el-tree ){
background: transparent;
.el-tree-node__expand-icon.is-leaf {
@@ -340,7 +340,7 @@
}
background: #2266FF;
span {
color: #fff;
}
@@ -396,7 +396,7 @@
}
}
::v-deep .ai-list__content--right {
:deep( .ai-list__content--right ){
.ai-list__content--right-wrapper {
min-height: 100%;

View File

@@ -349,14 +349,14 @@ export default {
.activitiesAdd {
height: 100%;
::v-deep .amap-logo {
:deep( .amap-logo ){
display: none!important;
}
::v-deep .amap-copyright {
:deep( .amap-copyright ){
display: none!important;
}
::v-deep .el-date-editor .el-input {
:deep( .el-date-editor .el-input ){
width: 100%;
}

View File

@@ -123,10 +123,10 @@ export default {
<style lang="scss" scoped>
.AppLevelList {
height: 100%;
::v-deep .endIntegral .el-form-item__content {
:deep( .endIntegral .el-form-item__content ){
margin-left: 0!important;
}
::v-deep .endIntegral .el-form-item__error{
:deep( .endIntegral .el-form-item__error){
left: 40px !important;
top: 50px !important;
}

View File

@@ -253,7 +253,7 @@ export default {
<style lang="scss" scoped>
.AppMerchantList {
height: 100%;
::v-deep .endIntegral .el-form-item__content {
:deep( .endIntegral .el-form-item__content ){
margin-left: 0!important;
}
.row-img {

Some files were not shown because too many files have changed in this diff Show More