Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
member
member
Commits
3e79c8f5
Commit
3e79c8f5
authored
Mar 17, 2022
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: update
parent
cee3ae0c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
30 additions
and
27 deletions
+30
-27
index.vue
src/components/block-list/index.vue
+14
-1
album.vue
src/components/photo-album/album.vue
+2
-8
frozenList.vue
src/components/wechatmembers/frozenList.vue
+14
-14
wmDetail.vue
src/components/wechatmembers/wmDetail.vue
+0
-3
wmDetailOld.vue
src/components/wechatmembers/wmDetailOld.vue
+0
-1
No files found.
src/components/block-list/index.vue
View file @
3e79c8f5
...
...
@@ -4,7 +4,6 @@
<i
class=
"el-icon-info"
></i>
查看被系统判定为异常风险的手机号,这部分手机将无法完成正常的注册认证流程;若为系统误判,可将手机号加入白名单后继续后续注册认证流程
</div>
<div
class=
"content"
>
<header>
<el-input
...
...
@@ -236,4 +235,17 @@ export default {
}
}
}
.layout--tips
{
i
{
margin-right
:
4px
;
color
:
#1890ff
;
}
font-weight
:
normal
;
padding
:
8px
16px
;
line-height
:
1
.5
;
font-size
:
13px
;
border-radius
:
4px
;
color
:
#606266
;
background-color
:
#f4f4f5
;
}
</
style
>
\ No newline at end of file
src/components/photo-album/album.vue
View file @
3e79c8f5
...
...
@@ -41,11 +41,4 @@ export default {
this
.
from
=
from
;
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
.page-content
{
min-width
:
1400px
;
}
</
style
>
</
script
>
\ No newline at end of file
src/components/wechatmembers/frozenList.vue
View file @
3e79c8f5
...
...
@@ -621,21 +621,21 @@ export default {
padding
:
20px
0
;
}
}
.frozen-list
{
height
:
100%
;
.inner-btn-link
{
display
:
inline-block
;
padding
:
0
16px
;
margin-right
:
5px
;
height
:
32px
;
line-height
:
32px
;
text-align
:
center
;
background-color
:
#1890ff
;
.inner-btn-link
{
display
:
inline-block
;
padding
:
0
16px
;
margin-right
:
5px
;
height
:
32px
;
line-height
:
32px
;
text-align
:
center
;
background-color
:
#1890ff
;
color
:
#fff
;
font-size
:
14px
;
border-radius
:
4px
;
&:hover{
background
:
#40A9FF
;
border-color
:
#40A9FF
;
color
:
#fff
;
font-size
:
14px
;
border-radius
:
4px
;
}
}
</
style
>
src/components/wechatmembers/wmDetail.vue
View file @
3e79c8f5
...
...
@@ -257,9 +257,6 @@ export default {
};
</
script
>
<
style
lang=
"less"
scoped
>
.mall-container-new
{
min-width
:
1400px
;
}
.record
{
padding
:
20px
;
background-color
:
#fff
;
...
...
src/components/wechatmembers/wmDetailOld.vue
View file @
3e79c8f5
...
...
@@ -273,7 +273,6 @@ $bgcolor = #fbfcfd;
$
bordercolor
=
#e3e5e9
;
.record
{
margin
:
24px
24px
0
;
padding
:
20px
20px
0
;
background-color
:
#fff
;
...
...
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