Commit 6abdf423 by 无尘

style: 修改样式

parent 30c26e75
......@@ -123,7 +123,7 @@ components: {
<el-input v-model="h5linkObj.url" placeholder="请输入网址"></el-input><a class="h5link-help" href="http://doc.demogic.com/doc/index.php?s=/41&page_id=441" target="_blank">【帮助文档】请联系公司技术人员查看文档配置标准链接</a>
</div>
<div class="h5link-row">
<label class="h5link-title">动态参数</label>
<label class="h5link-title h5link-dynamic-title">动态参数</label>
<div class="h5-table">
<table cellspacing="0" cellpadding="0" border="0" class=" el-table el-table__header">
<colgroup>
......@@ -217,7 +217,7 @@ components: {
<el-input v-model="thirdObj.appid" placeholder="请输入 appid"></el-input>
</div>
<div class="h5link-row">
<label class="h5link-title">动态参数</label>
<label class="h5link-title h5link-dynamic-title">动态参数</label>
<div class="h5-table">
<table cellspacing="0" cellpadding="0" border="0" class=" el-table el-table__header">
<colgroup>
......@@ -1938,7 +1938,7 @@ export default {
.types-title {
display: inline-block;
width: 69px;
width: 80px;
text-align: right;
font-size: 14px;
padding-right: 10px;
......@@ -2035,6 +2035,10 @@ export default {
width: 71px;
margin-right: 7px;
text-align: right;
&.h5link-dynamic-title {
height: 48px;
line-height: 48px;
}
}
.el-input,.el-textarea {
......@@ -2077,7 +2081,7 @@ export default {
}
td {
text-align: center;
padding: 0;
padding: 5px 0;
}
.el-select {
......
......@@ -121,7 +121,7 @@ components: {
<el-input v-model="h5linkObj.url" placeholder="请输入网址"></el-input><a class="h5link-help" href="http://doc.demogic.com/doc/index.php?s=/41&page_id=441" target="_blank">【帮助文档】请联系公司技术人员查看文档配置标准链接</a>
</div>
<div class="h5link-row">
<label class="h5link-title">动态参数</label>
<label class="h5link-title h5link-dynamic-title">动态参数</label>
<div class="h5-table">
<table cellspacing="0" cellpadding="0" border="0" class=" el-table el-table__header">
<colgroup>
......@@ -215,7 +215,7 @@ components: {
<el-input v-model="thirdObj.appid" placeholder="请输入 appid"></el-input>
</div>
<div class="h5link-row">
<label class="h5link-title">动态参数</label>
<label class="h5link-title h5link-dynamic-title">动态参数</label>
<div class="h5-table">
<table cellspacing="0" cellpadding="0" border="0" class=" el-table el-table__header">
<colgroup>
......@@ -2618,7 +2618,7 @@ export default {
.types-title {
display: inline-block;
width: 69px;
width: 80px;
text-align: right;
font-size: 14px;
padding-right: 12px;
......@@ -2712,6 +2712,10 @@ export default {
width: 71px;
margin-right: 7px;
text-align: right;
&.h5link-dynamic-title {
height: 48px;
line-height: 48px;
}
}
.el-input,.el-textarea {
......@@ -2754,7 +2758,7 @@ export default {
}
td {
text-align: center;
padding: 0;
padding: 5px 0;
}
.el-input {
......
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