Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-platform-ui
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
QA
qa-platform-ui
Commits
9daff845
Commit
9daff845
authored
Jan 07, 2022
by
王晓铜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新样式
parent
9017ae25
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
DetailTestDescription.vue
src/views/qa/DetailTestDescription.vue
+3
-3
No files found.
src/views/qa/DetailTestDescription.vue
View file @
9daff845
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
<a
:href=
"api"
>
{{api}}
</a>
<a
:href=
"api"
>
{{api}}
</a>
</el-form-item>
</el-form-item>
<el-form-item
label=
"备注:"
>
<el-form-item
label=
"备注:"
>
<el-input
type=
"textarea"
v-model=
"scope"
style=
"width:95%"
:rows=
"8"
:disabled=
"true"
></el-input>
<el-input
type=
"textarea"
v-model=
"scope"
style=
"width:95%"
autosize
:disabled=
"true"
></el-input>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
</div>
</div>
...
@@ -146,7 +146,7 @@
...
@@ -146,7 +146,7 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"sql"
clearable
>
<el-table-column
label=
"sql"
clearable
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-input
v-model.trim=
"scope.row.sql"
type=
"textarea"
:rows=
"1"
>
<el-input
v-model.trim=
"scope.row.sql"
type=
"textarea"
autosize
>
</el-input>
</el-input>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
@@ -166,7 +166,7 @@
...
@@ -166,7 +166,7 @@
<el-input
v-model=
"addTestDescriptionForm.api"
></el-input>
<el-input
v-model=
"addTestDescriptionForm.api"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"备注:"
class=
"input-style"
style=
"width:95%"
>
<el-form-item
label=
"备注:"
class=
"input-style"
style=
"width:95%"
>
<el-input
v-model=
"addTestDescriptionForm.scope"
type=
"textarea"
:rows=
"8"
></el-input>
<el-input
v-model=
"addTestDescriptionForm.scope"
type=
"textarea"
autosize
></el-input>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<div
style=
"margin-left:1000px"
>
<div
style=
"margin-left:1000px"
>
...
...
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