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

修改样式

parent 432b5b0e
...@@ -55,7 +55,7 @@ const devWebpackConfig = merge(baseWebpackConfig, { ...@@ -55,7 +55,7 @@ const devWebpackConfig = merge(baseWebpackConfig, {
new HtmlWebpackPlugin({ new HtmlWebpackPlugin({
filename: 'index.html', filename: 'index.html',
template: 'index.html', template: 'index.html',
favicon: 'src/assets/image/QG.png', favicon: 'src/assets/image/title1.png',
inject: true inject: true
}), }),
// copy custom static assets // copy custom static assets
......
...@@ -67,7 +67,7 @@ const webpackConfig = merge(baseWebpackConfig, { ...@@ -67,7 +67,7 @@ const webpackConfig = merge(baseWebpackConfig, {
? 'index.html' ? 'index.html'
: config.build.index, : config.build.index,
template: 'index.html', template: 'index.html',
favicon: 'src/assets/image/QG.png', favicon: 'src/assets/image/title1.png',
inject: true, inject: true,
minify: { minify: {
removeComments: true, removeComments: true,
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item label="消息内容:" style="width:800px" prop="dingText"> <el-form-item label="消息内容:" style="width:800px" prop="dingText">
<el-input v-model="sqlMonitorForm.dingText" placeholder="可以使用表达式{0},{1}...表示取结果集的第N列值,使用{count}表示取数据总条数" <el-input v-model="sqlMonitorForm.dingText" placeholder="可以使用表达式{0},{1}...表示取结果集的第一行第N列值,使用{count}表示取数据总条数"
type="textarea" :rows="3"> type="textarea" :rows="3">
</el-input> </el-input>
</el-form-item> </el-form-item>
...@@ -229,7 +229,7 @@ export default { ...@@ -229,7 +229,7 @@ export default {
created() { created() {
this.getSqlMonitorDataSource() this.getSqlMonitorDataSource()
this.$bus.$on('data', (row) => { this.$bus.$on('data', (row) => {
console.log('rrr', row) // console.log('rrr', row)
if (row !== null) { if (row !== null) {
if (row === 'add') { if (row === 'add') {
this.isShow = false this.isShow = false
......
...@@ -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>
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
<!-- apollo变更 --> <!-- apollo变更 -->
<el-form-item label="apollo变更:"> <el-form-item label="apollo变更:">
<el-table :data="apolloList" border class="table-style" style="width:95%"> <el-table :data="apolloList" border class="table-style" style="width:95%">
<el-table-column label="项目名称" width="230"> <el-table-column label="项目名称" width="200">
<template slot-scope="scope"> <template slot-scope="scope">
<el-select v-model="scope.row.projectName" placeholder="请选择项目" filterable clearable> <el-select v-model="scope.row.projectName" placeholder="请选择项目" filterable clearable>
<el-option v-for="item in projectNameList" :key="item.projectName" :label="item.projectName" <el-option v-for="item in projectNameList" :key="item.projectName" :label="item.projectName"
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
</el-select> </el-select>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="apollo Key" width="220"> <el-table-column label="apollo Key" width="260">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-model.trim="scope.row.key"> <el-input v-model.trim="scope.row.key">
</el-input> </el-input>
...@@ -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">
......
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,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"> <el-form-item label="备注:" class="input-style">
<el-input v-model="addTestDescriptionForm.scope" type="textarea"></el-input> <el-input v-model="addTestDescriptionForm.scope" type="textarea" autosize></el-input>
</el-form-item> </el-form-item>
</el-form> </el-form>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
......
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