Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_front_2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
fns_front_2
Commits
48a4d9e3
Commit
48a4d9e3
authored
Aug 19, 2021
by
Zhang Xiaojie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of gitlab.33.cn:chenqikuai/fns_front_2 into dev
parents
c50d43e9
7cd7dd64
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
38 additions
and
10 deletions
+38
-10
package-lock.json
package-lock.json
+6
-0
package.json
package.json
+5
-5
index.vue
src/components/GroupTitle/index.vue
+1
-1
index.vue
src/components/NavBar/index.vue
+10
-1
index.vue
src/views/FnsList/index.vue
+0
-1
index.vue
src/views/withMenu/FinancialManagement/index.vue
+1
-1
tailwind.config.js
tailwind.config.js
+15
-1
No files found.
package-lock.json
View file @
48a4d9e3
...
@@ -11187,6 +11187,12 @@
...
@@ -11187,6 +11187,12 @@
}
}
}
}
},
},
"tailwindcss-important"
:
{
"version"
:
"1.0.0"
,
"resolved"
:
"https://registry.npmjs.org/tailwindcss-important/-/tailwindcss-important-1.0.0.tgz"
,
"integrity"
:
"sha512-uW7n5Wwb+miuXU48uPqS4QhBNzYrCQZ9tA/46jKJqKYILzXcMnVbWtHYe6Y8KsHOhu900ohNf5sJMwtaBkcJBg=="
,
"dev"
:
true
},
"tapable"
:
{
"tapable"
:
{
"version"
:
"1.1.3"
,
"version"
:
"1.1.3"
,
"resolved"
:
"https://registry.nlark.com/tapable/download/tapable-1.1.3.tgz"
,
"resolved"
:
"https://registry.nlark.com/tapable/download/tapable-1.1.3.tgz"
,
...
...
package.json
View file @
48a4d9e3
...
@@ -18,17 +18,17 @@
...
@@ -18,17 +18,17 @@
"
@vue/cli-plugin-babel
"
:
"~4.5.0"
,
"
@vue/cli-plugin-babel
"
:
"~4.5.0"
,
"
@vue/cli-plugin-router
"
:
"~4.5.0"
,
"
@vue/cli-plugin-router
"
:
"~4.5.0"
,
"
@vue/cli-plugin-typescript
"
:
"~4.5.0"
,
"
@vue/cli-plugin-typescript
"
:
"~4.5.0"
,
"
babel-plugin-import
"
:
"^1.13.3"
,
"
@vue/cli-plugin-vuex
"
:
"~4.5.0"
,
"
@vue/cli-plugin-vuex
"
:
"~4.5.0"
,
"
@vue/cli-service
"
:
"~4.5.0"
,
"
@vue/cli-service
"
:
"~4.5.0"
,
"
@vue/compiler-sfc
"
:
"^3.0.0"
,
"
@vue/compiler-sfc
"
:
"^3.0.0"
,
"
autoprefixer
"
:
"^9.8.6"
,
"
babel-plugin-import
"
:
"^1.13.3"
,
"
less
"
:
"^3.0.4"
,
"
less
"
:
"^3.0.4"
,
"
less-loader
"
:
"^5.0.0"
,
"
less-loader
"
:
"^5.0.0"
,
"
typescript
"
:
"~4.1.5"
,
"
postcss
"
:
"^7.0.36"
,
"
autoprefixer
"
:
"^9.8.6"
,
"
postcss-px-to-viewport-opt
"
:
"0.0.4"
,
"
postcss-px-to-viewport-opt
"
:
"0.0.4"
,
"
postcss-viewport-units
"
:
"^0.1.6"
,
"
postcss-viewport-units
"
:
"^0.1.6"
,
"
postcss
"
:
"^7.0.36
"
,
"
tailwindcss
"
:
"
npm:@tailwindcss/postcss7-compat@^2.2.7
"
,
"
t
ailwindcss
"
:
"
npm:@tailwindcss/postcss7-compat@^2.2.7
"
"
t
ypescript
"
:
"~4.1.5
"
}
}
}
}
src/components/GroupTitle/index.vue
View file @
48a4d9e3
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
import
{
defineComponent
}
from
"vue"
;
import
{
defineComponent
}
from
"vue"
;
import
Icon
from
"../common/Icon.vue"
;
import
Icon
from
"../common/Icon.vue"
;
export
default
defineComponent
({
export
default
defineComponent
({
emits
:
[
"filter"
],
emits
:
[
"filter"
,
"seeMore"
],
components
:
{
Icon
},
components
:
{
Icon
},
props
:
{
props
:
{
title
:
{
title
:
{
...
...
src/components/NavBar/index.vue
View file @
48a4d9e3
<
template
>
<
template
>
<div
class=
"navbar w-full"
style=
"z-index: 100"
>
<div
class=
"navbar w-full"
style=
"z-index: 100"
>
<div
<div
class=
"h-full theBar flex items-center px-5 justify-center relative"
class=
"
h-full
theBar
flex
items-center
px-5
justify-center
relative
bg-white
"
v-bind=
"$attrs"
v-bind=
"$attrs"
>
>
<div
class=
"relative w-full flex items-center justify-center"
>
<div
class=
"relative w-full flex items-center justify-center"
>
...
...
src/views/FnsList/index.vue
View file @
48a4d9e3
...
@@ -102,7 +102,6 @@ export default defineComponent({
...
@@ -102,7 +102,6 @@ export default defineComponent({
},
},
methods
:
{
methods
:
{
showFilter
()
{
showFilter
()
{
console
.
log
(
"???"
);
this
.
show
=
true
;
this
.
show
=
true
;
this
.
selectedBanks
=
this
.
reqParams
.
selectedBanks
;
this
.
selectedBanks
=
this
.
reqParams
.
selectedBanks
;
this
.
selectedPerids
=
this
.
reqParams
.
selectedPerids
;
this
.
selectedPerids
=
this
.
reqParams
.
selectedPerids
;
...
...
src/views/withMenu/FinancialManagement/index.vue
View file @
48a4d9e3
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<NavBar
<NavBar
title=
"精选理财"
title=
"精选理财"
:showBackIcon=
"false"
:showBackIcon=
"false"
class=
"bg-app-blue text-white"
class=
"
!
bg-app-blue text-white"
:occupyPosition=
"false"
:occupyPosition=
"false"
/>
/>
<div
class=
"outer1 flex-col"
>
<div
class=
"outer1 flex-col"
>
...
...
tailwind.config.js
View file @
48a4d9e3
const
colors
=
require
(
'tailwindcss/colors'
)
const
colors
=
require
(
'tailwindcss/colors'
)
const
plugin
=
require
(
'tailwindcss/plugin'
)
module
.
exports
=
{
module
.
exports
=
{
purge
:
[
purge
:
[
...
@@ -34,6 +35,19 @@ module.exports = {
...
@@ -34,6 +35,19 @@ module.exports = {
},
},
variants
:
{
variants
:
{
extend
:
{},
extend
:
{},
padding
:
[
'responsive'
,
'important'
],
backgroundColor
:
[
'responsive'
,
'important'
],
},
},
plugins
:
[],
plugins
:
[
plugin
(
function
({
addVariant
})
{
addVariant
(
'important'
,
({
container
})
=>
{
container
.
walkRules
(
rule
=>
{
rule
.
selector
=
`.\\!
${
rule
.
selector
.
slice
(
1
)}
`
rule
.
walkDecls
(
decl
=>
{
decl
.
important
=
true
})
})
})
}),
],
}
}
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