Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
car-database-web
Project
Project
Details
Activity
Releases
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
中汽研标准应用数据库
car-database-web
Commits
e0270a03
Commit
e0270a03
authored
Sep 29, 2024
by
zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: 调整检测方案详情表格编号和描述的比例
parent
8e39f0c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
detail.vue
src/views/plan/customized/detail.vue
+9
-3
No files found.
src/views/plan/customized/detail.vue
View file @
e0270a03
...
...
@@ -172,12 +172,12 @@
v-if=
"item.useCases && item.useCases.length"
>
<tr>
<th>
用例编号
</th>
<th>
用例描述
</th>
<th
class=
"useCaseNum"
>
用例编号
</th>
<th
class=
"useCaseDes"
>
用例描述
</th>
</tr>
<tr
v-for=
"(item, key4) in item.useCases"
>
<td>
{{ item.customizedID }}
</td>
<td>
<td
>
{{ item.description }}
</td>
</tr>
...
...
@@ -374,4 +374,10 @@ export default {
margin-top
:
10px
;
}
}
.useCaseNum
{
width
:
10px
;
}
.useCaseDes
{
width
:
100px
;
}
</
style
>
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