大屏logo

yanzili 3 years ago
parent 189a69c9c9
commit 4480f7d244

@ -280,4 +280,4 @@ a:hover {
color: #bfcbd9!important; color: #bfcbd9!important;
font-weight: normal !important; font-weight: normal !important;
} }
} }

@ -55,10 +55,14 @@
} }
.hideSidebar { .hideSidebar {
.sidebar-container { .sidebar-container {
width: 36px !important; width: 56px !important;
.iconfont {
font-size: 24px;
margin-left: 5px;
}
} }
.main-container { .main-container {
margin-left: 36px; margin-left:56px;
} }
.submenu-title-noDropdown { .submenu-title-noDropdown {
padding-left: 10px !important; padding-left: 10px !important;

@ -29,5 +29,6 @@ export default {
height: calc(100vh - 50px); height: calc(100vh - 50px);
position: relative; position: relative;
overflow: auto; overflow: auto;
background: #f5f8fa;
} }
</style> </style>

@ -2,7 +2,9 @@
<el-scrollbar wrap-class="scrollbar-wrapper"> <el-scrollbar wrap-class="scrollbar-wrapper">
<div class="admin-title" <div class="admin-title"
@click="goBigScreen"> @click="goBigScreen">
<b>在线大屏</b> <img src="../../../../../static/logo-dp.png"
width="50"
class="mt10" />
</div> </div>
<el-menu :show-timeout="200" <el-menu :show-timeout="200"
:default-active="$route.path" :default-active="$route.path"

@ -72,7 +72,7 @@
@keyup.native="checkCapslock" /> @keyup.native="checkCapslock" />
<span class="show_pwd" <span class="show_pwd"
@click="showPwd"> @click="showPwd">
查看 <i class="el-icon-view" />
</span> </span>
</el-form-item> </el-form-item>
</el-tooltip> </el-tooltip>

@ -77,7 +77,7 @@
<!--表格渲染--> <!--表格渲染-->
<el-table v-loading="listLoading" <el-table v-loading="listLoading"
border border
:data="list" :data="list" class="mt10"
element-loading-text="Loading" element-loading-text="Loading"
style="width: 100%"> style="width: 100%">
<el-table-column align="center" <el-table-column align="center"
@ -366,7 +366,12 @@ export default {
this.dialogForm.sourceConfig = JSON.stringify(newList) this.dialogForm.sourceConfig = JSON.stringify(newList)
testConnection(this.dialogForm).then((data) => { testConnection(this.dialogForm).then((data) => {
if (data.code == '200') { if (data.code == '200') {
this.testReplyCode = data.code this.testReplyCode = data.code;
this.$message({
message: '测试成功!',
type: 'success'
});
} else { } else {
this.testReplyCode = null this.testReplyCode = null
} }

@ -260,7 +260,7 @@
<!-- // --> <!-- // -->
<codemirror v-model.trim="transformScript" <codemirror v-model.trim="transformScript"
:options="optionsJavascript" :options="optionsJavascript"
style="height:290px" /> style="height:190px" />
</div> </div>
</div> </div>
<div v-else> <div v-else>
@ -889,12 +889,6 @@ export default {
height: 400px !important; height: 400px !important;
} }
} }
.codemirror {
width: 100%;
height: 200px;
margin: 0;
overflow: auto;
}
.title { .title {
width: 100%; width: 100%;
display: inline-block; display: inline-block;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 150 KiB

Loading…
Cancel
Save