Commit aa372d1e authored by 黄奎's avatar 黄奎

页面修改

parent 03a3aca2
......@@ -51,25 +51,21 @@
border-radius: 15px;
margin-left: 10px;
}
.appUpdateLog .logTab
{
.appUpdateLog .logTab {
border-collapse: collapse;
}
.appUpdateLog .logTab tr th
{
.appUpdateLog .logTab tr th {
height: 30px;
line-height: 30px;
font-weight: 200;
border: 1px solid gray;
}
.appUpdateLog .logTab tr td
{
.appUpdateLog .logTab tr td {
height: 25px;
line-height: 25px;
font-weight: 200;
border: 1px solid gray;
padding:0 5px ;
padding: 0 5px;
}
</style>
<template>
......@@ -105,6 +101,7 @@
</td>
</tr>
</table>
<el-dialog
custom-class="w800"
:title="dialogTitle"
......@@ -127,11 +124,14 @@
</table>
</el-form>
<div slot="footer" class="dialog-footer">
<button class="hollowFixedBtn" @click="SaveAppLog()">
<button class="normalBtn" @click="SaveAppLog()">
{{ $t("pub.saveBtn") }}
</button>
&nbsp;
<button class="normalBtn" @click="(outerVisible = false), clearMsg()">
<button
class="hollowFixedBtn"
@click="(outerVisible = false), clearMsg()"
>
{{ $t("pub.cancelBtn") }}
</button>
</div>
......
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