Commit 35b0be88 authored by 黄奎's avatar 黄奎

样式修改

parent aa372d1e
...@@ -51,44 +51,25 @@ ...@@ -51,44 +51,25 @@
border-radius: 15px; border-radius: 15px;
margin-left: 10px; margin-left: 10px;
} }
.appUpdateLog .logTab {
border-collapse: collapse;
}
.appUpdateLog .logTab tr th {
height: 30px;
line-height: 30px;
font-weight: 200;
border: 1px solid gray;
}
.appUpdateLog .logTab tr td {
height: 25px;
line-height: 25px;
font-weight: 200;
border: 1px solid gray;
padding: 0 5px;
}
</style> </style>
<template> <template>
<div class="flexOne appUpdateLog"> <div class="flexOne appUpdateLog">
<table v-loading="loading" class="logTab"> <table v-loading="loading" class="singeRowTable">
<tr> <tr>
<th width="110">Key</th> <th width="150">名称</th>
<th width="140">名称</th> <th width="150">Code</th>
<th width="130">Code</th>
<th>Content</th> <th>Content</th>
<th width="100">操作</th> <th width="100">操作</th>
</tr> </tr>
<tr v-for="(item, index) in dataList" :key="index"> <tr v-for="(item, index) in dataList" :key="index">
<td>
{{ item.DictKey }}
</td>
<td> <td>
{{ item.Name }} {{ item.Name }}
</td> </td>
<td> <td>
{{ item.Code }} {{ item.Code }}
</td> </td>
<td> <td style="text-align:left;padding:0 5px;">
{{ item.Content }} {{ item.Content }}
</td> </td>
<td> <td>
......
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