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; -webkit-transition: opacity 0.4s;
transition: opacity 0.4s; transition: opacity 0.4s;
::v-deep(svg) { :deep(svg) {
margin: auto; margin: auto;
} }
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -70,7 +70,7 @@
} }
/** update-begin-author:taoyan date:2022-5-16 for:/issues/63 下拉框z-index问题 */ /** 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; z-index: 98 !important;
} }
/** update-end-author:taoyan date:2022-5-16 for:/issues/63 下拉框z-index问题 */ /** update-end-author:taoyan date:2022-5-16 for:/issues/63 下拉框z-index问题 */

View File

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

View File

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

View File

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

View File

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