Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
ferry_web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jianan
ferry_web
Commits
f4bb6823
Unverified
Commit
f4bb6823
authored
Oct 13, 2021
by
lanyulei
Committed by
GitHub
Oct 13, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #84 from lanyulei/dev
fix: /deep/ 替换成 ::v-deep 。
parents
9898a493
d0f3cfe7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
src/components/HeaderSearch/index.vue
+1
-1
src/components/Tinymce/components/EditorImage.vue
+1
-1
src/layout/components/TagsView/ScrollPane.vue
+2
-2
src/views/dashboard/admin/index.vue
+1
-1
src/views/login/index.vue
+1
-1
No files found.
src/components/HeaderSearch/index.vue
View file @
f4bb6823
...
...
@@ -159,7 +159,7 @@ export default {
display
:
inline-block
;
vertical-align
:
middle
;
/deep/
.el-input__inner
{
::v-deep
.el-input__inner
{
border-radius
:
0
;
border
:
0
;
padding-left
:
0
;
...
...
src/components/Tinymce/components/EditorImage.vue
View file @
f4bb6823
...
...
@@ -104,7 +104,7 @@ export default {
<
style
lang=
"scss"
scoped
>
.editor-slide-upload
{
margin-bottom
:
20px
;
/deep/
.el-upload--picture-card
{
::v-deep
.el-upload--picture-card
{
width
:
100%
;
}
}
...
...
src/layout/components/TagsView/ScrollPane.vue
View file @
f4bb6823
...
...
@@ -73,9 +73,9 @@ export default {
position
:
relative
;
overflow
:
hidden
;
width
:
100%
;
/deep/
{
::v-deep
{
.el-scrollbar__bar
{
bottom
:
0
px
;
bottom
:
0
;
}
.el-scrollbar__wrap
{
height
:
49px
;
...
...
src/views/dashboard/admin/index.vue
View file @
f4bb6823
...
...
@@ -179,7 +179,7 @@ export default {
}
}
/
deep
/
.el-tabs__item
{
::v-deep
.el-tabs__item
{
padding-left
:
16px
!important
;
height
:
50px
;
line-height
:
50px
;
...
...
src/views/login/index.vue
View file @
f4bb6823
...
...
@@ -374,7 +374,7 @@ $cursor: #fff;
/* reset element-ui css */
.login-container
{
/deep/
.el-input
{
::v-deep
.el-input
{
display
:
inline-block
;
height
:
47px
;
width
:
85%
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment