按钮图标
This commit is contained in:
@@ -109,7 +109,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
button span {
|
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;
|
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;
|
margin-bottom: 6px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ const en = {
|
|||||||
"100002": "Wrong Address!",
|
"100002": "Wrong Address!",
|
||||||
"100003": "Deleted!",
|
"100003": "Deleted!",
|
||||||
"100004": "Expired!",
|
"100004": "Expired!",
|
||||||
"100005": "Not Available!",
|
"100005": "Not Published!",
|
||||||
"100006": "Server Unavailable!",
|
"100006": "Server Unavailable!",
|
||||||
"100011": "Empty Note!",
|
"100011": "Empty Note!",
|
||||||
"100012": "Too Large, Beyond 200K!",
|
"100012": "Too Large, Beyond 200K!",
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ const zh = {
|
|||||||
"100002": "地址有误!",
|
"100002": "地址有误!",
|
||||||
"100003": "内容已删除!",
|
"100003": "内容已删除!",
|
||||||
"100004": "内容已过期!",
|
"100004": "内容已过期!",
|
||||||
"100005": "内容不存在!",
|
"100005": "内容未分享!",
|
||||||
"100006": "服务器不可用!",
|
"100006": "服务器不可用!",
|
||||||
"100011": "内容为空!",
|
"100011": "内容为空!",
|
||||||
"100012": "内容过大,超过200K!",
|
"100012": "内容过大,超过200K!",
|
||||||
|
|||||||
@@ -100,8 +100,8 @@
|
|||||||
|
|
||||||
<Button-group size="large">
|
<Button-group size="large">
|
||||||
<Button aria-label="publish" type="error" :loading="model.submitting"
|
<Button aria-label="publish" type="error" :loading="model.submitting"
|
||||||
style="margin-left:5px; border-radius: 0px;font-size: 19px;" @click="submitNote()"
|
style="margin-left:5px; border-radius: 0px;font-size: 21px;" @click="submitNote()"
|
||||||
icon="md-cloud-upload">{{$t("button.share")}}</Button>
|
icon="md-share"></Button>
|
||||||
<Button aria-label="menu" type="error" style="margin-left:5px; border-radius: 0px;font-size: 24px;"
|
<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>
|
@click="switchMenu()" @blur.native="hideMenu()" icon="md-menu"></Button>
|
||||||
|
|
||||||
@@ -124,6 +124,10 @@
|
|||||||
style="border-radius: 0px;font-size: 24px;" @click="downLoadText(); switchMenu(); "
|
style="border-radius: 0px;font-size: 24px;" @click="downLoadText(); switchMenu(); "
|
||||||
icon="md-download"></Button>
|
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;"
|
<Button type="error" icon="md-trash" style="border-radius: 0px;font-size: 24px;"
|
||||||
@click="showDeleteModel(); switchMenu(); "></Button>
|
@click="showDeleteModel(); switchMenu(); "></Button>
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div class="home">
|
|
||||||
home
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
name: 'HomeView',
|
|
||||||
components: {
|
|
||||||
},
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
}
|
|
||||||
},
|
|
||||||
created() {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
@@ -152,7 +152,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/* #noteMenu button span{
|
/* #noteMenu button span{
|
||||||
font-size: 15px;
|
font-size: 20px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
margin-left: 7px !important;
|
margin-left: 7px !important;
|
||||||
margin-right: 5px !important;
|
margin-right: 5px !important;
|
||||||
@@ -171,6 +171,20 @@
|
|||||||
<div style="background: white;width:100%;height:40px;">
|
<div style="background: white;width:100%;height:40px;">
|
||||||
<img style="height:40px;float:left;cursor: pointer;" alt="refresh flagnote" src="/static/logo.png"
|
<img style="height:40px;float:left;cursor: pointer;" alt="refresh flagnote" src="/static/logo.png"
|
||||||
v-on:click="refreshPage()">
|
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;">
|
<div style="float:left;width:auto;">
|
||||||
|
|
||||||
<Button-group size="large">
|
<Button-group size="large">
|
||||||
@@ -189,15 +203,12 @@
|
|||||||
<Button-group size="large">
|
<Button-group size="large">
|
||||||
|
|
||||||
<Button aria-label="share" type="error"
|
<Button aria-label="share" type="error"
|
||||||
style="margin-left:5px; border-radius: 0px;font-size: 19px; font-family: Arial, sans-serif"
|
style="margin-left:5px; border-radius: 0px;font-size: 21px; font-family: Arial, sans-serif"
|
||||||
@click="showShareModel()" icon="md-cloud-done">{{ state.ttlDesc }}</Button>
|
@click="showShareModel()" icon="md-alarm">{{ state.ttlDesc }}</Button>
|
||||||
|
|
||||||
<Button aria-label="menu" type="error" style="margin-left:5px; border-radius: 0px;font-size: 24px;"
|
<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>
|
@click="switchMenu()" @blur.native="hideMenu()" icon="md-menu"></Button>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</Button-group>
|
</Button-group>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user