Skip to content

Commit

Permalink
🐛 fix(styles): 修复语法废弃问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiu-Jun committed Jul 12, 2024
1 parent e2cf07a commit 14540f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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 '@/lib/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 14540f8

Please sign in to comment.