Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
najiu-admin-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
najiu-frontend
najiu-admin-template
Commits
16117a9e
Commit
16117a9e
authored
Nov 20, 2020
by
陈小婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: remove /deep/
parent
8882d4e7
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
14 deletions
+12
-14
VirtualScroll.vue
src/views/demo/comp/scroll/VirtualScroll.vue
+1
-1
Application.vue
src/views/demo/page/account/center/Application.vue
+2
-2
Project.vue
src/views/demo/page/account/center/Project.vue
+2
-2
index.vue
src/views/demo/page/account/setting/index.vue
+7
-9
No files found.
src/views/demo/comp/scroll/VirtualScroll.vue
View file @
16117a9e
...
...
@@ -49,7 +49,7 @@
justify-content: center;
}
/deep/
&__item {
&__item {
height: 40px;
padding: 0 20px;
line-height: 40px;
...
...
src/views/demo/page/account/center/Application.vue
View file @
16117a9e
...
...
@@ -48,12 +48,12 @@
},
});
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
>
.account-center-application {
&__card {
width: 100%;
/deep/
.ant-card-body {
.ant-card-body {
padding: 16px;
}
...
...
src/views/demo/page/account/center/Project.vue
View file @
16117a9e
...
...
@@ -38,12 +38,12 @@
},
});
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
>
.account-center-project {
&__card {
width: 100%;
/deep/
.ant-card-body {
.ant-card-body {
padding: 0 0 24px 0;
}
...
...
src/views/demo/page/account/setting/index.vue
View file @
16117a9e
<
template
>
<ScrollContainer>
<div
ref=
"wrapperRef"
class=
"m-4 account
"
>
<div
ref=
"wrapperRef"
:class=
"prefixCls
"
>
<Tabs
tab-position=
"left"
:tabBarStyle=
"tabBarStyle"
>
<template
v-for=
"item in settingList"
:key=
"item.key"
>
<TabPane
:tab=
"item.name"
>
...
...
@@ -36,6 +36,7 @@
},
setup
()
{
return
{
prefixCls
:
'
account-setting
'
,
settingList
,
tabBarStyle
:
{
width
:
'
220px
'
,
...
...
@@ -44,19 +45,16 @@
},
});
</
script
>
<
style
lang=
"less"
scoped
>
.account {
<
style
lang=
"less"
>
.account-setting {
margin: 12px;
background: #fff;
/deep/
.base-title {
.base-title {
padding-left: 0;
}
/deep/ .ant-tabs {
padding: 16px 0;
}
/deep/ .ant-tabs-tab-active {
.ant-tabs-tab-active {
background-color: #e6f7ff;
}
}
...
...
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