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
8439cd9c
Commit
8439cd9c
authored
Sep 11, 2024
by
zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: (检测内容/实施细则) 自适应屏幕样式
parent
45423423
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
detailModel.vue
src/views/setting/standardTerms/components/detailModel.vue
+4
-4
index.vue
src/views/setting/standardTerms/index.vue
+2
-1
No files found.
src/views/setting/standardTerms/components/detailModel.vue
View file @
8439cd9c
...
...
@@ -4,7 +4,7 @@
:visible
.
sync=
"dialogManger.dialogVisible"
width=
"60%"
>
<el-form
class=
"form"
:model=
"dialogManger"
:inline=
"true"
>
<el-form
class=
"form"
:model=
"dialogManger"
>
<el-form-item
class=
"title"
>
<span
style=
"width: 500px"
>
标准信息
</span>
</el-form-item>
...
...
@@ -151,7 +151,7 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
.form
.title
{
width
:
600px
;
width
:
100%
;
margin-right
:
50px
;
color
:
blue
;
font-weight
:
bold
;
...
...
@@ -159,10 +159,10 @@ export default {
padding-left
:
10px
;
}
.form
.input
{
width
:
250px
;
width
:
100%
;
}
.form
.textarea
{
width
:
630px
;
width
:
100%
;
}
::v-deep
.el-dialog__body
{
...
...
src/views/setting/standardTerms/index.vue
View file @
8439cd9c
...
...
@@ -164,7 +164,7 @@
<!-- node:节点信息(由defaultProps定义) data: 当前节点包含的数据对象 -->
<span
slot-scope=
"{ node, data }"
style=
"display: flex; width: 1
100px
; justify-content: space-between"
style=
"display: flex; width: 1
00%
; justify-content: space-between"
>
<div>
<span
v-if=
"node.level == 1"
class=
"el-tree-label"
>
标准要求
</span>
...
...
@@ -681,6 +681,7 @@ export default {
}
::v-deep
.el-tree-node__children
{
// 子节点样式设置
width
:
100%
;
transition
:
all
0
.5s
;
}
::v-deep
.el-tree-node__children
.el-tree-node__content
{
...
...
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