按钮图标

This commit is contained in:
Jesse-Ma
2022-12-05 17:35:30 +08:00
parent e89a85b252
commit 4a8ff90081
6 changed files with 27 additions and 30 deletions

View File

@@ -109,7 +109,8 @@ body {
}
button span {
font-size: 15px !important;
margin-left: 0px !important;
font-size: 16px !important;
font-family: apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
margin-bottom: 6px;
}

View File

@@ -21,7 +21,7 @@ const en = {
"100002": "Wrong Address",
"100003": "Deleted",
"100004": "Expired!",
"100005": "Not Available!",
"100005": "Not Published!",
"100006": "Server Unavailable!",
"100011": "Empty Note!",
"100012": "Too Large, Beyond 200K!",

View File

@@ -21,7 +21,7 @@ const zh = {
"100002": "地址有误!",
"100003": "内容已删除!",
"100004": "内容已过期!",
"100005": "内容不存在",
"100005": "内容未分享",
"100006": "服务器不可用!",
"100011": "内容为空!",
"100012": "内容过大超过200K!",

View File

@@ -100,8 +100,8 @@
<Button-group size="large">
<Button aria-label="publish" type="error" :loading="model.submitting"
style="margin-left:5px; border-radius: 0px;font-size: 19px;" @click="submitNote()"
icon="md-cloud-upload">{{$t("button.share")}}</Button>
style="margin-left:5px; border-radius: 0px;font-size: 21px;" @click="submitNote()"
icon="md-share"></Button>
<Button aria-label="menu" type="error" style="margin-left:5px; border-radius: 0px;font-size: 24px;"
@click="switchMenu()" @blur.native="hideMenu()" icon="md-menu"></Button>
@@ -124,6 +124,10 @@
style="border-radius: 0px;font-size: 24px;" @click="downLoadText(); switchMenu(); "
icon="md-download"></Button>
<Button aria-label="history text" v-show="model.showHistoryText" type="error"
style="border-radius: 0px;font-size: 24px;" @click="downLoadText(); switchMenu(); "
icon="md-download"></Button>
<Button type="error" icon="md-trash" style="border-radius: 0px;font-size: 24px;"
@click="showDeleteModel(); switchMenu(); "></Button>

View File

@@ -1,19 +0,0 @@
<template>
<div class="home">
home
</div>
</template>
<script>
export default {
name: 'HomeView',
components: {
},
data() {
return {
}
},
created() {
}
}
</script>

View File

@@ -152,7 +152,7 @@
/* #noteMenu button span{
font-size: 15px;
font-size: 20px;
line-height: 20px;
margin-left: 7px !important;
margin-right: 5px !important;
@@ -171,6 +171,20 @@
<div style="background: white;width:100%;height:40px;">
<img style="height:40px;float:left;cursor: pointer;" alt="refresh flagnote" src="/static/logo.png"
v-on:click="refreshPage()">
<!--
<div style="float:left;width:auto;vertical-align: center;">
<div style="font-size: 18px;
color: red;
line-height: 40px;
display: inline-block;
font-weight: bold;
height: 40px;">{{
state.ttlDesc
}}</div>
</div>
-->
<div style="float:left;width:auto;">
<Button-group size="large">
@@ -189,15 +203,12 @@
<Button-group size="large">
<Button aria-label="share" type="error"
style="margin-left:5px; border-radius: 0px;font-size: 19px; font-family: Arial, sans-serif"
@click="showShareModel()" icon="md-cloud-done">{{ state.ttlDesc }}</Button>
style="margin-left:5px; border-radius: 0px;font-size: 21px; font-family: Arial, sans-serif"
@click="showShareModel()" icon="md-alarm">{{ state.ttlDesc }}</Button>
<Button aria-label="menu" type="error" style="margin-left:5px; border-radius: 0px;font-size: 24px;"
@click="switchMenu()" @blur.native="hideMenu()" icon="md-menu"></Button>
</Button-group>
</div>