Commit d582896e authored by 王晓铜's avatar 王晓铜

更新sql样式显示

parent 7e0cad14
......@@ -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:920px;
width:910px;
color:-internal-light-dark(#EBEAEA, white);
}
</style>
......@@ -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:640px;
width:630px;
color:-internal-light-dark(#EBEAEA, white);
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment