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
d582896e
Commit
d582896e
authored
Feb 11, 2022
by
王晓铜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新sql样式显示
parent
7e0cad14
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
DetailTestDescription.vue
src/views/qa/DetailTestDescription.vue
+2
-2
TestDescription.vue
src/views/qa/TestDescription.vue
+2
-2
No files found.
src/views/qa/DetailTestDescription.vue
View file @
d582896e
...
...
@@ -147,7 +147,7 @@
<
template
slot-scope=
"scope"
>
<!--
<el-input
v-model.trim=
"scope.row.sql"
type=
"textarea"
:row=
"20"
>
</el-input>
-->
<textarea
v-model.trim=
"scope.row.sql"
class=
'text-style'
:rows=
"
8
"
></textarea>
<textarea
v-model.trim=
"scope.row.sql"
class=
'text-style'
:rows=
"
25
"
></textarea>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
width=
"80px"
>
...
...
@@ -460,7 +460,7 @@ export default {
box-sizing: border-box;
}
.text-style {
width:9
2
0px;
width:9
1
0px;
color:-internal-light-dark(#EBEAEA, white);
}
</
style
>
src/views/qa/TestDescription.vue
View file @
d582896e
...
...
@@ -167,7 +167,7 @@
<
template
slot-scope=
"scope"
>
<!--
<el-input
v-model.trim=
"scope.row.sql"
type=
"textarea"
autosize
>
</el-input>
-->
<textarea
v-model.trim=
"scope.row.sql"
class=
'text-style'
:rows=
"
8
"
></textarea>
<textarea
v-model.trim=
"scope.row.sql"
class=
'text-style'
:rows=
"
25
"
></textarea>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
width=
"80px"
>
...
...
@@ -529,7 +529,7 @@ export default {
width: 95%;
}
.text-style {
width:6
4
0px;
width:6
3
0px;
color:-internal-light-dark(#EBEAEA, white);
}
</
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