fix Bug Features CHANGELOG.ms

This commit is contained in:
Ah jung
2021-07-19 16:42:11 +08:00
parent 46dc7eb69e
commit b689fabfdd
148 changed files with 5829 additions and 4268 deletions

View File

@@ -1,25 +1,25 @@
import {
CaretUpOutlined,
CaretDownOutlined,
UsergroupAddOutlined,
BarChartOutlined,
ShoppingCartOutlined,
AccountBookOutlined,
CreditCardOutlined,
MailOutlined,
TagsOutlined,
SettingOutlined
CaretUpOutlined,
CaretDownOutlined,
UsergroupAddOutlined,
BarChartOutlined,
ShoppingCartOutlined,
AccountBookOutlined,
CreditCardOutlined,
MailOutlined,
TagsOutlined,
SettingOutlined
} from '@vicons/antd'
export default {
CaretUpOutlined,
CaretDownOutlined,
UsergroupAddOutlined,
BarChartOutlined,
ShoppingCartOutlined,
AccountBookOutlined,
CreditCardOutlined,
MailOutlined,
TagsOutlined,
SettingOutlined
CaretUpOutlined,
CaretDownOutlined,
UsergroupAddOutlined,
BarChartOutlined,
ShoppingCartOutlined,
AccountBookOutlined,
CreditCardOutlined,
MailOutlined,
TagsOutlined,
SettingOutlined
}

View File

@@ -4,10 +4,10 @@
<NCol :span="24">
<n-card content-style="padding: 0;" :bordered="false">
<n-tabs
type="line"
size="large"
:tabs-padding="20"
pane-style="padding: 20px;"
type="line"
size="large"
:tabs-padding="20"
pane-style="padding: 20px;"
>
<n-tab-pane name="流量趋势">
<FluxTrend/>

View File

@@ -1,17 +1,17 @@
import { PropType } from 'vue';
export interface BasicProps {
width: string;
height: string;
width: string;
height: string;
}
export const basicProps = {
width: {
type: String as PropType<string>,
default: '100%',
},
height: {
type: String as PropType<string>,
default: '280px',
},
width: {
type: String as PropType<string>,
default: '100%',
},
height: {
type: String as PropType<string>,
default: '280px',
},
};

View File

@@ -50,10 +50,10 @@
<div class="py-2 px-2 flex justify-between ">
<div class="text-sn flex-1">
<n-progress
type="line"
:percentage="saleroom.degree"
:indicator-placement="'inside'"
processing
type="line"
:percentage="saleroom.degree"
:indicator-placement="'inside'"
processing
/>
</div>
</div>

View File

@@ -7,9 +7,9 @@
<div class="flex items-center">
<div>
<n-avatar
circle
:size="64"
:src="schoolboy"
circle
:size="64"
:src="schoolboy"
/>
</div>
<div>
@@ -147,9 +147,9 @@
<n-list-item>
<template #prefix>
<n-avatar
circle
:size="40"
:src="schoolboy"
circle
:size="40"
:src="schoolboy"
/>
</template>
<n-thing title="Ah Jung 刚才把工作台页面随便写了一些,凑合能看了!">
@@ -159,9 +159,9 @@
<n-list-item>
<template #prefix>
<n-avatar
circle
:size="40"
:src="schoolboy"
circle
:size="40"
:src="schoolboy"
/>
</template>
<n-thing title="Ah Jung 在 开源组 创建了项目 naive-ui-admin">
@@ -171,9 +171,9 @@
<n-list-item>
<template #prefix>
<n-avatar
circle
:size="40"
:src="schoolboy"
circle
:size="40"
:src="schoolboy"
/>
</template>
<n-thing title="@It界风清扬向naive-ui-admin提交了一个bug抽时间看看吧">
@@ -183,9 +183,9 @@
<n-list-item>
<template #prefix>
<n-avatar
circle
:size="40"
:src="schoolboy"
circle
:size="40"
:src="schoolboy"
/>
</template>
<n-thing title="技术部那几位童鞋,再次警告,不要摸鱼,不要摸鱼,不要摸鱼啦!">
@@ -195,9 +195,9 @@
<n-list-item>
<template #prefix>
<n-avatar
circle
:size="40"
:src="schoolboy"
circle
:size="40"
:src="schoolboy"
/>
</template>
<n-thing title="上班不摸鱼,和咸鱼有什么区别(这话真不是我说的哈)!">
@@ -207,9 +207,9 @@
<n-list-item>
<template #prefix>
<n-avatar
circle
:size="40"
:src="schoolboy"
circle
:size="40"
:src="schoolboy"
/>
</template>
<n-thing title="页面切换其实也支持缓存,只是加了过度效果,看起来像是重新渲染了">