Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
release: 1.2.0-beta.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Jan 4, 2020
1 parent 8e3de35 commit 9e39698
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 76 deletions.
145 changes: 72 additions & 73 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "halo-admin",
"version": "1.2.0-beta.3",
"version": "1.2.0-beta.4",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand Down
2 changes: 1 addition & 1 deletion src/views/dashboard/components/AnalysisCard.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<a-card
:loading="loading"
:body-style="{ padding: '18px 24px 18px' }"
:body-style="{ padding: '24px' }"
:bordered="false"
>
<div class="analysis-card-container">
Expand Down
2 changes: 1 addition & 1 deletion src/views/sheet/SheetList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a-tabs type="card">
<a-tab-pane key="internal">
<span slot="tab">
<a-icon type="pushpin" />内置页面
<a-icon type="paper-clip" />内置页面
</span>

<!-- Mobile -->
Expand Down

0 comments on commit 9e39698

Please sign in to comment.