Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yanshouyi-Minipro
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
xinzhedeai
yanshouyi-Minipro
Commits
7783e678
Commit
7783e678
authored
2 months ago
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页链接状态样式
parent
984dc955
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
5 deletions
+15
-5
home.vue
pages/home/home.vue
+15
-5
No files found.
pages/home/home.vue
View file @
7783e678
...
...
@@ -9,7 +9,7 @@
<image
class=
"bg"
src=
"../../static/image/paokong/home-title-bg.png"
mode=
""
></image>
<div
class=
"left"
>
<image
:src=
"`/static/image/paokong/$
{connected?'linkY':'linkN'}.png`" mode="">
</image>
<view
class=
"link-status"
>
<view
class=
"link-status"
:class=
"
{'unlink': !connected}"
>
蓝牙
{{
connected
?
'
已连接
'
:
'
未连接
'
}}
</view>
</div>
...
...
@@ -30,7 +30,7 @@
</div>
</view>
<p
class=
"list-item"
@
click=
"uploadExcel"
>
<p
class=
"list-item"
@
click=
"uploadExcel"
style=
"margin-top: -14rpx;"
>
<image
src=
"/static/image/paokong/impexp.png"
alt=
""
/>
<span>
炮孔设计数据导入
</span>
</p>
...
...
@@ -316,13 +316,23 @@
font-weight
:
bold
;
font-size
:
30rpx
;
color
:
#007AFF
;
::before
{
position
:
relative
;
&
:
:
before
{
position
:
absolute
;
top
:
50%
;
transform
:
translateY
(
-50%
);
left
:
-20rpx
;
content
:
''
;
width
:
12rpx
;
height
:
12rpx
;
background
:
#007AFF
;
border-radius
:
50%
;
background-color
:
#007AFF
;
}
}
.unlink
{
color
:
#505E6B
;
&
:
:
before
{
background
:
#505E6B
;
}
}
}
...
...
This diff is collapsed.
Click to expand it.
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