deep警告修改
parent
9889c1ccca
commit
ef3cb6a2ad
|
@ -120,7 +120,7 @@
|
|||
-webkit-transition: opacity 0.4s;
|
||||
transition: opacity 0.4s;
|
||||
|
||||
::v-deep(svg) {
|
||||
:deep(svg) {
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -150,7 +150,7 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
::v-deep(.ant-select-search__field) {
|
||||
:deep(.ant-select-search__field) {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
::v-deep(.ant-select-search__field) {
|
||||
:deep(.ant-select-search__field) {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -147,7 +147,7 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
::v-deep(.ant-select-search__field) {
|
||||
:deep(.ant-select-search__field) {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -150,7 +150,7 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
::v-deep(.ant-select-search__field) {
|
||||
:deep(.ant-select-search__field) {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -146,7 +146,7 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
::v-deep(.ant-select-search__field) {
|
||||
:deep(.ant-select-search__field) {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -115,7 +115,7 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
::v-deep(.ant-select-search__field) {
|
||||
:deep(.ant-select-search__field) {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
::v-deep(.ant-select-search__field) {
|
||||
:deep(.ant-select-search__field) {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -162,7 +162,7 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
::v-deep(.ant-pagination-disabled) {
|
||||
:deep(.ant-pagination-disabled) {
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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问题 */
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -143,7 +143,7 @@
|
|||
</script>
|
||||
<style lang="less" scoped>
|
||||
/*升级antd3后,查询框与树贴的太近,样式优化*/
|
||||
::v-deep(.jeecg-tree-header) {
|
||||
:deep(.jeecg-tree-header) {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
<style scoped lang="less">
|
||||
@prefix-cls: ~'@{namespace}-row-invalid';
|
||||
|
||||
::v-deep(.@{prefix-cls}) {
|
||||
:deep(.@{prefix-cls}) {
|
||||
background: #f4f4f4;
|
||||
color: #bababa;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue