Skip to content

Commit

Permalink
fix(style): 修复/deep/废弃问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiu-Jun committed Jul 12, 2024
1 parent 4b90a17 commit 519f6d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
12 changes: 7 additions & 5 deletions src/components/common/pageList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,22 +94,24 @@ defineExpose({
.page-list-box {
margin-top: 10px;
}
/deep/.ivu-scroll-container {
:deep(.ivu-scroll-container) {
div.ivu-scroll-loader:first-child {
height: 0;
}
}
/deep/.ivu-divider-horizontal.ivu-divider-with-text-center {
margin-bottom: 0;
:deep(.ivu-divider-horizontal) {
&.ivu-divider-with-text-center {
margin-bottom: 0;
}
}
/deep/.ivu-tooltip-rel {
:deep(.ivu-tooltip-rel) {
display: block;
position: relative;
width: 100%;
height: 100%;
}
/deep/.ivu-tooltip {
:deep(.ivu-tooltip) {
display: block;
height: 100%;
width: 100%;
Expand Down
1 change: 0 additions & 1 deletion src/components/imgStroke.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ import useSelect from '@/hooks/select';
import { Slider } from 'view-ui-plus';
import { fabric } from 'fabric';
import { Utils } from '@kuaitu/core';
import { values } from 'lodash-es';
interface IExtendImage {
[x: string]: any;
Expand Down
2 changes: 1 addition & 1 deletion src/views/template/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ const toInfo = (info) => {
padding: 20px;
border: 2px solid #fff;
/deep/.ivu-tag-select {
:deep(.ivu-tag-select) {
line-height: 32px;
max-height: none;
margin-left: 0;
Expand Down

0 comments on commit 519f6d7

Please sign in to comment.