依赖 和 提交按钮样式优化
This commit is contained in:
@@ -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