deep警告修改

pull/237/head
zhangdaiscott 2022-11-07 17:32:59 +08:00
parent 9889c1ccca
commit ef3cb6a2ad
17 changed files with 32 additions and 32 deletions

View File

@ -120,7 +120,7 @@
-webkit-transition: opacity 0.4s;
transition: opacity 0.4s;
::v-deep(svg) {
:deep(svg) {
margin: auto;
}
}

View File

@ -150,7 +150,7 @@
width: 100%;
}
::v-deep(.ant-select-search__field) {
:deep(.ant-select-search__field) {
display: none !important;
}
}

View File

@ -142,7 +142,7 @@
width: 100%;
}
::v-deep(.ant-select-search__field) {
:deep(.ant-select-search__field) {
display: none !important;
}
}

View File

@ -147,7 +147,7 @@
width: 100%;
}
::v-deep(.ant-select-search__field) {
:deep(.ant-select-search__field) {
display: none !important;
}
}

View File

@ -150,7 +150,7 @@
width: 100%;
}
::v-deep(.ant-select-search__field) {
:deep(.ant-select-search__field) {
display: none !important;
}
}

View File

@ -146,7 +146,7 @@
width: 100%;
}
::v-deep(.ant-select-search__field) {
:deep(.ant-select-search__field) {
display: none !important;
}
}

View File

@ -115,7 +115,7 @@
width: 100%;
}
::v-deep(.ant-select-search__field) {
:deep(.ant-select-search__field) {
display: none !important;
}
}

View File

@ -84,7 +84,7 @@
width: 100%;
}
::v-deep(.ant-select-search__field) {
:deep(.ant-select-search__field) {
display: none !important;
}
}

View File

@ -45,7 +45,7 @@
<style scoped lang="less">
//
.j-vxe-progress.no-animation {
::v-deep(.ant-progress-bg) {
:deep(.ant-progress-bg) {
transition: none !important;
}
}

View File

@ -162,7 +162,7 @@
display: none;
}
::v-deep(.ant-pagination-disabled) {
:deep(.ant-pagination-disabled) {
display: inline-block !important;
}

View File

@ -329,11 +329,11 @@
.index-container-ty {
margin: 12px 12px 0;
:deep .ant-card-body {
:deep(.ant-card-body) {
padding: 10px 12px 0 12px;
}
:deep .ant-card-head {
:deep(.ant-card-head) {
line-height: 24px;
min-height: 24px;
background: #7196fb !important;
@ -356,7 +356,7 @@
}
}
:deep .ant-table-footer {
:deep(.ant-table-footer) {
text-align: right;
padding: 6px 12px 6px 6px;
background: #fff;
@ -378,12 +378,12 @@
}
}
:deep .ant-table-thead > tr > th,
:deep .ant-table-tbody > tr > td {
:deep(.ant-table-thead > tr > th),
:deep(.ant-table-tbody > tr > td) {
border-bottom: 1px solid #90aeff;
}
:deep
:deep(
.ant-table-small
> .ant-table-content
> .ant-table-fixed-left
@ -392,8 +392,8 @@
> table
> .ant-table-thead
> tr
> th,
:deep
> th),
:deep(
.ant-table-small
> .ant-table-content
> .ant-table-fixed-right
@ -402,19 +402,19 @@
> table
> .ant-table-thead
> tr
> th {
> th) {
border-bottom: 1px solid #90aeff;
}
:deep .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th {
:deep(.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th) {
border-bottom: 1px solid #90aeff;
}
:deep .ant-table-small {
:deep(.ant-table-small) {
border: 1px solid #90aeff;
}
:deep .ant-table-placeholder {
:deep(.ant-table-placeholder) {
padding: 0;
height: 215px;
}

View File

@ -299,19 +299,19 @@
<style lang="less" scoped>
.sub-tabs {
&.un-expand {
::v-deep(.ant-tabs-content) {
:deep(.ant-tabs-content) {
height: 0 !important;
}
::v-deep(.ant-tabs-nav) {
:deep(.ant-tabs-nav) {
border-color: transparent !important;
}
::v-deep(.ant-tabs-ink-bar) {
:deep(.ant-tabs-ink-bar) {
background-color: transparent !important;
}
::v-deep(.ant-tabs-tab) {
:deep(.ant-tabs-tab) {
display: none !important;
}
}

View File

@ -70,7 +70,7 @@
}
/** update-begin-author:taoyan date:2022-5-16 for:/issues/63 下拉框z-index问题 */
::v-deep(.ant-select-dropdown) {
:deep(.ant-select-dropdown) {
z-index: 98 !important;
}
/** update-end-author:taoyan date:2022-5-16 for:/issues/63 下拉框z-index问题 */

View File

@ -163,7 +163,7 @@
<style lang="less" scoped>
// VUEN-188
.depart-rule-tree ::v-deep(.scrollbar__bar) {
.depart-rule-tree :deep(.scrollbar__bar) {
pointer-events: none;
}
</style>

View File

@ -143,7 +143,7 @@
</script>
<style lang="less" scoped>
/*升级antd3后查询框与树贴的太近样式优化*/
::v-deep(.jeecg-tree-header) {
:deep(.jeecg-tree-header) {
margin-bottom: 6px;
}
</style>

View File

@ -125,7 +125,7 @@
<style scoped lang="less">
@prefix-cls: ~'@{namespace}-row-invalid';
::v-deep(.@{prefix-cls}) {
:deep(.@{prefix-cls}) {
background: #f4f4f4;
color: #bababa;
}

View File

@ -152,12 +152,12 @@
<style scoped lang="less">
.msg-no-read{
::v-deep .ant-badge-dot{
:deep(.ant-badge-dot){
top: 5px;
right: 3px;
}
}
::v-deep .bpm-cuiban-content p{
:deep(.bpm-cuiban-content) p{
display: inherit;
margin-bottom: 0;
margin-top: 0;