mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-05-03 21:06:34 +08:00
update code
This commit is contained in:
parent
866c5ed97b
commit
2ae5c2a6e0
@ -43,10 +43,10 @@
|
|||||||
"clipboard": "^2.0.6",
|
"clipboard": "^2.0.6",
|
||||||
"core-js": "^3.8.3",
|
"core-js": "^3.8.3",
|
||||||
"dayjs": "^1.10.4",
|
"dayjs": "^1.10.4",
|
||||||
"echarts": "^5.0.1",
|
"echarts": "^5.0.2",
|
||||||
"echarts-wordcloud": "^2.0.0",
|
"echarts-wordcloud": "^2.0.0",
|
||||||
"element-ui": "^2.15.0",
|
"element-ui": "^2.15.0",
|
||||||
"jsencrypt": "^3.0.0-rc.1",
|
"jsencrypt": "^3.0.0",
|
||||||
"lodash": "^4.17.20",
|
"lodash": "^4.17.20",
|
||||||
"maptalks": "^0.49.1",
|
"maptalks": "^0.49.1",
|
||||||
"mapv": "^2.0.62",
|
"mapv": "^2.0.62",
|
||||||
@ -82,7 +82,7 @@
|
|||||||
"eslint-plugin-vue": "^7.5.0",
|
"eslint-plugin-vue": "^7.5.0",
|
||||||
"filemanager-webpack-plugin": "^3.1.0",
|
"filemanager-webpack-plugin": "^3.1.0",
|
||||||
"image-webpack-loader": "^7.0.1",
|
"image-webpack-loader": "^7.0.1",
|
||||||
"lint-staged": "^10.5.3",
|
"lint-staged": "^10.5.4",
|
||||||
"plop": "^2.7.4",
|
"plop": "^2.7.4",
|
||||||
"prettier": "^2.2.1",
|
"prettier": "^2.2.1",
|
||||||
"sass": "^1.32.6",
|
"sass": "^1.32.6",
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import { mapGetters } from 'vuex'
|
import { mapGetters } from 'vuex'
|
||||||
import { logo } from '@/config'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'VabLogo',
|
name: 'VabLogo',
|
||||||
@ -43,9 +42,9 @@
|
|||||||
|
|
||||||
@mixin logo {
|
@mixin logo {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 32px;
|
width: 28px;
|
||||||
height: 32px;
|
height: 28px;
|
||||||
margin-right: 5px;
|
margin-right: 3px;
|
||||||
color: $base-title-color;
|
color: $base-title-color;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
@ -53,7 +52,7 @@
|
|||||||
@mixin title {
|
@mixin title {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: 20px;
|
font-size: 18px;
|
||||||
line-height: 55px;
|
line-height: 55px;
|
||||||
color: $base-title-color;
|
color: $base-title-color;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { JSEncrypt } from 'jsencrypt'
|
import { JSEncrypt } from 'jsencrypt/bin/jsencrypt.min'
|
||||||
import { getPublicKey } from '@/api/publicKey'
|
import { getPublicKey } from '@/api/publicKey'
|
||||||
|
|
||||||
const privateKey =
|
const privateKey =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user