Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cfb9fca9
authored
2023-09-13 11:23:07 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
共享互联数据样式
1 parent
df632593
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
src/views/sjgx/gbmhlgxsjgx/gbmhlgxsjgx.vue
src/views/sjgx/gbmhlgxsjgx/gbmhlgxsjgx.vue
View file @
cfb9fca
...
...
@@ -2,7 +2,7 @@
* @Author: yangwei
* @Date: 2023-09-01 10:39:03
* @LastEditors: yangwei
* @LastEditTime: 2023-09-12 1
3:55:36
* @LastEditTime: 2023-09-12 1
5:12:09
* @FilePath: \bdcdj-web\src\views\sjgx\gbmhlgxsjgx\gbmhlgxsjgx.vue
* @Description:
*
...
...
@@ -85,6 +85,7 @@
:style=
"
{
backgroundColor: 'rgba(' + item.bgColor + ',0.12)',
border: '1px solid ' + 'rgba(' + item.bgColor + ',0.3)',
'--hover-color': 'rgba(' + item.bgColor + ',1)'
}"
>
<img
:src=
"item.svg"
alt=
""
/>
...
...
@@ -269,6 +270,9 @@ export default {
border-radius
:
4px
;
margin
:
0
auto
;
cursor
:
pointer
;
&:hover{
border-color
:
var
(
--hover-color
)
!important
;
}
i
{
text-align
:
center
;
line-height
:
60px
;
...
...
Please
register
or
sign in
to post a comment