Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
memberTag-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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
memberTag
memberTag-web
Commits
d0100a2d
Commit
d0100a2d
authored
Jun 13, 2019
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整样式
parent
32a6079b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
manual-tag-value-edit.vue
src/view/manualTag/manual-tag-value-edit.vue
+5
-3
manualTagEdit.css
src/view/manualTag/manualTagEdit.css
+1
-1
No files found.
src/view/manualTag/manual-tag-value-edit.vue
View file @
d0100a2d
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
</
template
>
</
template
>
</el-dialog>
</el-dialog>
<!-- excel导入 -->
<!-- excel导入 -->
<el-dialog
:title=
"importPop.title"
:visible
.
sync=
"importPop.isShow"
width=
"600px"
custom-class=
"manual-dialog"
>
<el-dialog
:title=
"importPop.title"
:visible
.
sync=
"importPop.isShow"
custom-class=
"manual-dialog"
>
<div
class=
"import"
>
<div
class=
"import"
>
<div
:class=
"['excel-icon', importPop.excelData.length > 0 ? 'excel-icon--active' : 'excel-icon--add']"
@
click=
"handleUpload"
>
<div
:class=
"['excel-icon', importPop.excelData.length > 0 ? 'excel-icon--active' : 'excel-icon--add']"
@
click=
"handleUpload"
>
<span
v-show=
"importPop.excelData.length === 0"
class=
"import-btn"
>
点击上传会员
</span>
<span
v-show=
"importPop.excelData.length === 0"
class=
"import-btn"
>
点击上传会员
</span>
...
@@ -99,7 +99,9 @@
...
@@ -99,7 +99,9 @@
</div>
</div>
<div
class=
"import-tip"
>
<div
class=
"import-tip"
>
<span
class=
"import-tip-text"
>
只能上传一个excle文件(2003版本以上),且数据不超过5000条
</span>
<span
class=
"import-tip-text"
>
只能上传一个excle文件(2003版本以上),且数据不超过5000条
</span>
<el-button
type=
"text"
class=
"font-12"
@
click=
"downloadExcelTemp"
>
下载Excel模板
</el-button>
<el-button
type=
"text"
@
click=
"downloadExcelTemp"
>
<span
class=
"font-12"
>
下载Excel模板
</span>
</el-button>
</div>
</div>
<div
class=
"clear-old"
>
<div
class=
"clear-old"
>
<el-checkbox
v-model=
"importPop.optType"
>
清空标签历史标记会员
</el-checkbox>
<el-checkbox
v-model=
"importPop.optType"
>
清空标签历史标记会员
</el-checkbox>
...
@@ -771,7 +773,7 @@ export default {
...
@@ -771,7 +773,7 @@ export default {
}
}
.import-cont
{
.import-cont
{
width
:
5
0
0px
;
width
:
5
2
0px
;
.import-handle
{
.import-handle
{
display
:
flex
;
display
:
flex
;
...
...
src/view/manualTag/manualTagEdit.css
View file @
d0100a2d
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
}
.tag-value-wrapper
.tag-cell
{
.tag-value-wrapper
.tag-cell
{
height
:
70
px
;
height
:
56
px
;
}
}
.tag-value-wrapper
.tag-head
{
.tag-value-wrapper
.tag-head
{
height
:
23px
;
height
:
23px
;
...
...
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