依赖 和 提交按钮样式优化
This commit is contained in:
10
src/App.vue
10
src/App.vue
@@ -13,6 +13,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
.ivu-btn:focus {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
@@ -26,6 +27,7 @@ export default {
|
||||
}
|
||||
|
||||
body {
|
||||
-webkit-text-size-adjust: 100% !important;
|
||||
font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial,
|
||||
"PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei",
|
||||
sans-serif;
|
||||
@@ -92,7 +94,7 @@ body {
|
||||
.noteUrl {
|
||||
color: #ed4014;
|
||||
font-weight: bold;
|
||||
font-family: Merriweather;
|
||||
font-family: Merriweather "Bitstream Vera Sans Mono", Consolas, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei";
|
||||
|
||||
}
|
||||
|
||||
@@ -110,4 +112,10 @@ body {
|
||||
.hideBlock {
|
||||
display: none;
|
||||
}
|
||||
|
||||
button span {
|
||||
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: 5px;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -12,6 +12,7 @@ const en = {
|
||||
selectAll: "Select All",
|
||||
copy: "Copy",
|
||||
copyAll: "Copy All",
|
||||
share: "Share"
|
||||
},
|
||||
};
|
||||
export default en;
|
||||
|
||||
@@ -12,6 +12,7 @@ const zh = {
|
||||
selectAll: "全选",
|
||||
copy: "复制",
|
||||
copyAll: "复制全部",
|
||||
share: "分享"
|
||||
},
|
||||
};
|
||||
export default zh;
|
||||
|
||||
@@ -39,6 +39,8 @@
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media print {
|
||||
|
||||
@page {
|
||||
@@ -62,14 +64,6 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
<style>
|
||||
/* .ivu-btn-text:focus {
|
||||
margin-top: -3px;
|
||||
box-shadow: none !important;
|
||||
} */
|
||||
</style>
|
||||
|
||||
|
||||
<template>
|
||||
<div class="layout">
|
||||
|
||||
@@ -106,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: 24px;" @click="submitNote()"
|
||||
icon="md-cloud-upload"></Button>
|
||||
style="margin-left:5px; border-radius: 0px;font-size: 23px;" @click="submitNote()"
|
||||
icon="md-cloud-upload">{{$t("button.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>
|
||||
|
||||
|
||||
@@ -128,11 +128,7 @@
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
|
||||
button span {
|
||||
font-size: 18px;
|
||||
margin-left: -1px !important;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
|
||||
/* #noteMenu button span{
|
||||
font-size: 15px;
|
||||
@@ -172,7 +168,7 @@ button span {
|
||||
<Button-group size="large">
|
||||
|
||||
<Button aria-label="share" type="error"
|
||||
style="margin-left:5px; border-radius: 0px;font-size: 24px; font-family: Arial, sans-serif"
|
||||
style="margin-left:5px; border-radius: 0px;font-size: 23px; font-family: Arial, sans-serif"
|
||||
@click="showShareModel()" icon="md-cloud-done">{{ state.ttlDesc }}</Button>
|
||||
|
||||
<Button aria-label="menu" type="error" style="margin-left:5px; border-radius: 0px;font-size: 24px;"
|
||||
|
||||
Reference in New Issue
Block a user