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
29cbe3f5
Commit
29cbe3f5
authored
Jul 23, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复样式问题
parent
4eaefc8e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
addDialog.vue
pages/mes/qc/components/addDialog.vue
+0
-1
index.vue
pages/mes/qc/index.vue
+8
-5
No files found.
pages/mes/qc/components/addDialog.vue
View file @
29cbe3f5
...
...
@@ -356,7 +356,6 @@
<
style
>
.line-content-item
{
width
:
100%
;
padding
:
0
10px
;
height
:
300px
;
display
:
flex
;
flex-wrap
:
nowrap
;
...
...
pages/mes/qc/index.vue
View file @
29cbe3f5
...
...
@@ -26,10 +26,10 @@
<view
class=
"list-bar"
>
<!-- 新增 -->
<view
class=
"btnbox"
>
<u-button
v-if=
"getAddShow()"
type=
"success"
size=
"medium"
@
click=
"handleAddClick"
>
新增
</u-button>
<view
class=
"btnbox"
v-if=
"getAddShow()"
>
<u-button
type=
"success"
size=
"medium"
@
click=
"handleAddClick"
>
新增
</u-button>
</view>
<view
class=
"tableListClass"
>
<view
class=
"tableListClass"
:class=
"
{'nobtn': !getAddShow()}"
>
<!-- style="
{ height: this.screenHeight - 280 + 'px' }" -->
<zb-table
:columns=
"tableColumn"
:data=
"qcList"
:stripe=
"true"
>
<template
slot=
"checkResult"
slot-scope=
"scope"
>
...
...
@@ -874,7 +874,8 @@ export default {
}
.list-bar
{
width
:
calc
(
100vw
-
130px
);
width
:
calc
(
100vw
);
height
:
calc
(
100%
-
120rpx
);
}
.button-bar
{
...
...
@@ -886,6 +887,9 @@ export default {
.tableListClass
{
height
:
calc
(
100vh
-
300rpx
);
&
.nobtn
{
height
:
100%
;
}
}
.button-frame
{
...
...
@@ -952,7 +956,6 @@ export default {
.line-content-item
{
width
:
100%
;
padding
:
0
10px
;
height
:
300px
;
display
:
flex
;
flex-wrap
:
nowrap
;
...
...
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