Commit d95c30a3 by 呼呼啦啦

关于修改

parent 3cb8a57b
...@@ -8,21 +8,20 @@ ...@@ -8,21 +8,20 @@
slot="header" slot="header"
class="clearfix license-header" class="clearfix license-header"
> >
<img <SvgIcon
src="@/assets/DataEase-white.png" icon-class="DataEase"
alt="" custom-class="about-icon"
width="300" />
>
</div> </div>
<div class="license-content"> <div class="license-content">
<div v-if="license.status === 'Fail'">{{ $t('about.invalid_license') }}</div> <div v-if="license.status === 'Fail'">{{ $t('about.invalid_license') }}</div>
<div v-if="license.status !== 'Fail'"> <div v-if="license.status !== 'Fail'">
<table> <table>
<tr> <!-- <tr>
<th>{{ $t('about.auth_to') }}</th> <th>{{ $t('about.auth_to') }}</th>
<td>{{ license.corporation }}</td> <td>{{ license.corporation }}</td>
</tr> </tr> -->
<tr> <!-- <tr>
<th>{{ $t('about.expiration_time') }}</th> <th>{{ $t('about.expiration_time') }}</th>
<td> <td>
<label <label
...@@ -31,11 +30,11 @@ ...@@ -31,11 +30,11 @@
>{{ license.expired }} {{ $t('about.expirationed') }}</label> >{{ license.expired }} {{ $t('about.expirationed') }}</label>
<label v-if="license.status === 'valid'">{{ license.expired }}</label> <label v-if="license.status === 'valid'">{{ license.expired }}</label>
</td> </td>
</tr> </tr> -->
<tr> <!-- <tr>
<th>{{ $t('about.auth_num') }}</th> <th>{{ $t('about.auth_num') }}</th>
<td>{{ license.count }}</td> <td>{{ license.count }}</td>
</tr> </tr> -->
<tr> <tr>
<th>{{ $t('about.version') }}</th> <th>{{ $t('about.version') }}</th>
<td> <td>
...@@ -67,31 +66,6 @@ ...@@ -67,31 +66,6 @@
</div> </div>
<div class="md-padding" /> <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> </div>
</el-card> </el-card>
</div> </div>
...@@ -202,6 +176,9 @@ export default { ...@@ -202,6 +176,9 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.about-icon{
height: 60px;
}
.about-card { .about-card {
background: inherit; background: inherit;
margin-top: 5%; margin-top: 5%;
...@@ -222,7 +199,7 @@ export default { ...@@ -222,7 +199,7 @@ export default {
} }
.license-header { .license-header {
height: 100px; height: 100px;
background-image: url('../../../assets/license_header.png'); // background-image: url('../../../assets/license_header.png');
text-align: center; text-align: center;
padding: 20px 0; padding: 20px 0;
background-size: 100% 100%; background-size: 100% 100%;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论