Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
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
office
haoban-4
Commits
36dd872f
Commit
36dd872f
authored
Sep 14, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改拖拽
parent
3fa82872
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
clerk-tag.vue
src/views/apps/customer-app/clerk-tag.vue
+3
-3
crowd-scene.vue
src/views/apps/customer-app/crowd-scene.vue
+3
-3
No files found.
src/views/apps/customer-app/clerk-tag.vue
View file @
36dd872f
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-28 16:51:22
* @LastEditors: 无尘
* @LastEditTime: 2020-09-14 11:
09:40
* @LastEditTime: 2020-09-14 11:
17:11
-->
<
template
>
...
...
@@ -41,7 +41,7 @@
style=
"width: 100%"
>
<el-table-column
v-show=
"currentClassify === '' && searchVal === ''"
prop=
""
label=
""
width=
"56"
class-name=
"move-row-cell"
>
<template>
<span
class=
"font-22 iconfont icontuozhuaiopen color-c0c4cc
"
style=
"cursor: move;"
></span>
<span
:class=
"['font-22 iconfont icontuozhuaiopen color-c0c4cc', searchVal === '' && currentClassify === '' ? 'show-icon' : 'hide-icon']
"
style=
"cursor: move;"
></span>
</
template
>
</el-table-column>
<el-table-column
...
...
@@ -457,7 +457,7 @@ export default {
display
:
none
;
}
&
:hover
{
.
icontuozhuaiope
n
{
.
show-ico
n
{
display
:
inline-block
;
vertical-align
:
middle
;
}
...
...
src/views/apps/customer-app/crowd-scene.vue
View file @
36dd872f
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-27 10:16:37
* @LastEditors: 无尘
* @LastEditTime: 2020-09-14 11:
09:30
* @LastEditTime: 2020-09-14 11:
15:44
-->
<
template
>
...
...
@@ -31,7 +31,7 @@
style=
"width: 100%"
>
<el-table-column
v-show=
"searchVal === '' && classifyId === ''"
prop=
""
label=
""
width=
"56"
class-name=
"move-row-cell"
>
<template>
<span
class=
"font-22 iconfont icontuozhuaiopen color-c0c4cc
"
style=
"cursor: move;"
></span>
<span
:class=
"['font-22 iconfont icontuozhuaiopen color-c0c4cc', searchVal === '' && classifyId === '' ? 'show-icon' : 'hide-icon']
"
style=
"cursor: move;"
></span>
</
template
>
</el-table-column>
<el-table-column
...
...
@@ -417,7 +417,7 @@ export default {
display
:
none
;
}
&
:hover
{
.
icontuozhuaiope
n
{
.
show-ico
n
{
display
:
inline-block
;
vertical-align
:
middle
;
}
...
...
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