Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pad
Project
Project
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
ximai
mes-pad
Commits
ac7aec34
Commit
ac7aec34
authored
Mar 09, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:修改侧边栏和logo宽度
parent
59d0b6fe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
index.vue
pages/index/index.vue
+11
-3
No files found.
pages/index/index.vue
View file @
ac7aec34
<
template
>
<view
class=
"common-container"
>
<!--
<u-button
@
click=
"handleTest"
>
跳转测试
</u-button>
-->
<view
class=
"header"
>
<image
mode=
"widthFix"
class=
"header-logo"
style=
"width: 1
1
0px;margin: 10px auto;display: block;"
<image
mode=
"widthFix"
class=
"header-logo"
style=
"width: 1
0
0px;margin: 10px auto;display: block;"
src=
"/static/logo.png"
></image>
<TabHeader></TabHeader>
<view
class=
"setting-body"
...
...
@@ -55,6 +56,7 @@
import
QcContent
from
"../mes/qc/index.vue"
import
ProdReport
from
"../mes/prodReport/index.vue"
import
DictData
from
'@/components/DictData'
import
UButton
from
'../../uview-ui/components/u-button/u-button.vue'
export
default
{
name
:
'HomePage'
,
...
...
@@ -63,7 +65,8 @@
ProContent
,
GxContent
,
QcContent
,
ProdReport
ProdReport
,
UButton
},
data
()
{
return
{
...
...
@@ -97,6 +100,11 @@
uni
.
$off
(
'changeWorkunit'
);
},
methods
:
{
handleTest
()
{
uni
.
navigateTo
({
url
:
'/pages/test/test'
})
},
//用户部分点击
handleUserTaped
()
{
console
.
log
(
"TAPED"
)
...
...
@@ -198,7 +206,7 @@
}
.header
{
width
:
1
2
0px
;
width
:
1
1
0px
;
background-color
:
#132138
;
color
:
aliceblue
;
font-size
:
25px
;
...
...
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