style: 修改样式

This commit is contained in:
zhengkunwang223 2023-03-14 16:12:32 +08:00 committed by zhengkunwang223
parent d6a0dc0125
commit 521fca93bd

View file

@ -1,6 +1,6 @@
<template>
<div>
{{ version }}
<span class="version">{{ version }}</span>
<el-button v-if="version !== 'Waiting'" type="primary" link @click="onLoadUpgradeInfo">
{{ $t('setting.upgradeCheck') }}
</el-button>
@ -90,3 +90,12 @@ onMounted(() => {
search();
});
</script>
<style lang="scss" scoped>
.version {
font-size: 14px;
color: #858585;
text-decoration: none;
letter-spacing: 0.5px;
}
</style>