Commit 7ab7c56e by 付振洋

合并分支 'develop' 到 'master'

关于修改

查看合并请求 !40
parents abf12160 d95c30a3
......@@ -8,21 +8,20 @@
slot="header"
class="clearfix license-header"
>
<img
src="@/assets/DataEase-white.png"
alt=""
width="300"
>
<SvgIcon
icon-class="DataEase"
custom-class="about-icon"
/>
</div>
<div class="license-content">
<div v-if="license.status === 'Fail'">{{ $t('about.invalid_license') }}</div>
<div v-if="license.status !== 'Fail'">
<table>
<tr>
<!-- <tr>
<th>{{ $t('about.auth_to') }}</th>
<td>{{ license.corporation }}</td>
</tr>
<tr>
</tr> -->
<!-- <tr>
<th>{{ $t('about.expiration_time') }}</th>
<td>
<label
......@@ -31,11 +30,11 @@
>{{ license.expired }} {{ $t('about.expirationed') }}</label>
<label v-if="license.status === 'valid'">{{ license.expired }}</label>
</td>
</tr>
<tr>
</tr> -->
<!-- <tr>
<th>{{ $t('about.auth_num') }}</th>
<td>{{ license.count }}</td>
</tr>
</tr> -->
<tr>
<th>{{ $t('about.version') }}</th>
<td>
......@@ -67,31 +66,6 @@
</div>
<div class="md-padding" />
<div
v-if="user.isAdmin"
layout="row"
layout-align="space-between center"
class="lic_rooter"
>
<el-upload
action=""
:multiple="false"
:show-file-list="false"
:file-list="fileList"
accept=".key"
name="file"
:before-upload="beforeUpload"
>
<a class="md-primary pointer">{{ $t('about.update_license') }}</a>
</el-upload>
<a
class="md-primary pointer"
@click="support"
>{{ $t('about.support') }}</a>
</div>
</div>
</el-card>
</div>
......@@ -202,6 +176,9 @@ export default {
</script>
<style lang="scss" scoped>
.about-icon{
height: 60px;
}
.about-card {
background: inherit;
margin-top: 5%;
......@@ -222,7 +199,7 @@ export default {
}
.license-header {
height: 100px;
background-image: url('../../../assets/license_header.png');
// background-image: url('../../../assets/license_header.png');
text-align: center;
padding: 20px 0;
background-size: 100% 100%;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论