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
e94e3d96
Commit
e94e3d96
authored
Jul 24, 2019
by
Kyle_Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式名
parent
8fd6a4fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
bulkIntegral.vue
src/components/wechatmembers/bulkIntegral.vue
+4
-4
bulkLogsDetail.vue
src/components/wechatmembers/bulkLogsDetail.vue
+2
-2
No files found.
src/components/wechatmembers/bulkIntegral.vue
View file @
e94e3d96
<
template
>
<div
class
=
"bulkIntegral"
>
<div
id
=
"bulkIntegral"
>
<nav-path
:navpath=
"navpath"
></nav-path>
<div
class=
"content"
>
<div
class=
"content
BulkIntegral
"
>
<div
class=
"contentInfo"
>
<div
class=
"flex"
>
<div>
...
...
@@ -458,12 +458,12 @@ export default {
}
</
script
>
<
style
lang=
"scss"
scoped
>
.
bulkIntegral
{
#
bulkIntegral
{
height
:
100%
;
.el-table{
width
:
99.9%
;
}
.content
{
.content
BulkIntegral
{
padding
:
22px
24px
;
.contentInfo
{
padding
:
24px
;
...
...
src/components/wechatmembers/bulkLogsDetail.vue
View file @
e94e3d96
<
template
>
<div
id=
"bulkLogsDetail"
>
<nav-path
:navpath=
"navpath"
></nav-path>
<div
class=
"content"
>
<div
class=
"content
BulkIntegral
"
>
<div
class=
"contentInfo"
>
<div
class=
"flex"
>
<span
class=
"headerTips"
>
总条数:
{{
count
.
all
}}
条,成功导入
{{
count
.
success
}}
条,
<span
class=
"headerTipsError"
>
错误
{{
count
.
error
}}
条
</span></span>
...
...
@@ -148,7 +148,7 @@ export default {
.el-table{
width
:
99.9%
;
}
.content
{
.content
BulkIntegral
{
padding
:
22px
24px
;
.contentInfo
{
padding
:
30px
24px
;
...
...
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