Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
horse
Project
Project
Details
Activity
Releases
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
向伟
horse
Commits
4c99e7ee
Commit
4c99e7ee
authored
Nov 24, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b873fef1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
clueModule.ts
src/module/customer/clueModule.ts
+1
-0
clue.vue
src/pages/customerManage/clue.vue
+8
-8
No files found.
src/module/customer/clueModule.ts
View file @
4c99e7ee
...
...
@@ -61,6 +61,7 @@ const ClueModule = () => {
console
.
log
(
a
,
b
)
msg
.
CreateSTime
=
a
msg
.
CreateETime
=
b
getCluerList
()
}
const
data
=
reactive
({
...
...
src/pages/customerManage/clue.vue
View file @
4c99e7ee
<
template
>
<div
class=
"q-pa-md c
ustomer
"
>
<div
class=
"q-pa-md c
lue
"
>
<q-page
padding
style=
"background: #FFF;border-radius: 10px;"
>
<q-tabs
v-model=
"tab"
...
...
@@ -98,15 +98,15 @@ export default defineComponent({
</
script
>
<
style
lang=
"scss"
>
.c
ustomer
.q-field__before
{
.c
lue
.q-field__before
{
padding-right
:
0
!
important
;
}
</
style
>
<
style
lang=
"scss"
scoped
>
::v-deep
.ant-cascader-picker
{
height
:
100px
;
border-radius
:
4px
;
.clue
.ant-input
{
height
:
54
.5px
;
display
:
inline-block
;
border-radius
:
2px
;
background-color
:
rgba
(
0
,
0
,
0
,
0
.05
);
border
:
none
;
overflow
:
hidden
;
}
</
style
>
\ No newline at end of file
</
style
>
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