Commit aa372d1e authored by 黄奎's avatar 黄奎

页面修改

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