Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
B
basic-vue-admin
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Basic
basic-vue-admin
Commits
b107b528
提交
b107b528
authored
1月 27, 2021
作者:
vben
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix: modifyVars not work
上级
1a85dff5
隐藏空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
6 行增加
和
82 行删除
+6
-82
CHANGELOG.zh_CN.md
CHANGELOG.zh_CN.md
+1
-0
lessModifyVars.ts
build/config/lessModifyVars.ts
+4
-9
styleImport.ts
build/vite/plugin/styleImport.ts
+1
-1
color.less
src/design/color.less
+0
-2
global.d.ts
src/types/global.d.ts
+0
-6
module.d.ts
src/types/module.d.ts
+0
-8
shim-tsx.d.ts
src/types/shim-tsx.d.ts
+0
-25
vue-app-env.d.ts
src/types/vue-app-env.d.ts
+0
-20
tableData.tsx
src/views/demo/table/tableData.tsx
+0
-11
没有找到文件。
CHANGELOG.zh_CN.md
浏览文件 @
b107b528
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
-
修复表格换行问题
-
修复表格换行问题
-
修复菜单外链不跳转
-
修复菜单外链不跳转
-
修复菜单顶部显示问题
-
修复菜单顶部显示问题
-
修复
`modifyVars`
配置失效问题
## 2.0.0-rc.17 (2020-01-18)
## 2.0.0-rc.17 (2020-01-18)
...
...
build/config/lessModifyVars.ts
浏览文件 @
b107b528
...
@@ -7,23 +7,18 @@ const primaryColor = '#0084f4';
...
@@ -7,23 +7,18 @@ const primaryColor = '#0084f4';
//{
//{
const
modifyVars
=
{
const
modifyVars
=
{
'primary-color'
:
primaryColor
,
// Global dominant color
'primary-color'
:
primaryColor
,
// Global dominant color
'info-color'
:
primaryColor
,
// Default color
'success-color'
:
'#55D187'
,
// Success color
'success-color'
:
'#55D187'
,
// Success color
'error-color'
:
'#ED6F6F'
,
// False color
'error-color'
:
'#ED6F6F'
,
// False color
'warning-color'
:
'#EFBD47'
,
// Warning color
'warning-color'
:
'#EFBD47'
,
// Warning color
'link-color'
:
primaryColor
,
// Link color
'link-color'
:
primaryColor
,
// Link color
'disabled-color'
:
'
#C2C2CC
'
,
// Failure color
'disabled-color'
:
'
rgba(0, 0, 0, 0.25)
'
,
// Failure color
'heading-color'
:
'rgba(0, 0, 0, 0.85)'
,
// Title color
'heading-color'
:
'rgba(0, 0, 0, 0.85)'
,
// Title color
'text-color'
:
'rgba(0, 0, 0, 0.85)'
,
// Main text color
'text-color'
:
'rgba(0, 0, 0, 0.85)'
,
// Main text color
// 'heading-color': '#2C3A61', // Title color
'text-color-secondary '
:
'rgba(0, 0, 0, 0.45)'
,
// Subtext color
// 'text-color': '#2C3A61', // Main text color
'text-color-secondary '
:
'#606266'
,
// Subtext color
'background-color-base'
:
'#f4f7f9'
,
// background color
'font-size-base'
:
'14px'
,
// Main font size
'font-size-base'
:
'14px'
,
// Main font size
'box-shadow-base'
:
'0 2px 8px rgba(0, 0, 0, 0.15)'
,
// Floating shadow
'box-shadow-base'
:
'0 2px 8px rgba(0, 0, 0, 0.15)'
,
// Floating shadow
'border-color-base'
:
'#F0F0F0'
,
// Border color,
'border-color-base'
:
'#d9d9d9'
,
// Border color,
'border-color-split'
:
'#F0F0F0'
,
// Border color,
'border-radius-base'
:
'2px'
,
// Component/float fillet
'border-radius-base'
:
'4px'
,
// Component/float fillet
};
};
//}
//}
...
...
build/vite/plugin/styleImport.ts
浏览文件 @
b107b528
...
@@ -7,7 +7,7 @@ export function configStyleImportConfig() {
...
@@ -7,7 +7,7 @@ export function configStyleImportConfig() {
libraryName
:
'ant-design-vue'
,
libraryName
:
'ant-design-vue'
,
esModule
:
true
,
esModule
:
true
,
resolveStyle
:
(
name
)
=>
{
resolveStyle
:
(
name
)
=>
{
return
`ant-design-vue/es/
${
name
}
/style/
css
`
;
return
`ant-design-vue/es/
${
name
}
/style/
index
`
;
},
},
},
},
],
],
...
...
src/design/color.less
浏览文件 @
b107b528
...
@@ -16,8 +16,6 @@
...
@@ -16,8 +16,6 @@
@content-bg: #f4f7f9;
@content-bg: #f4f7f9;
// @content-bg: #f0f2f5;
// @content-bg: #f0f2f5;
@info-color: @primary-color;
@basic-mask-color: fade(@white, 30%);
@basic-mask-color: fade(@white, 30%);
// :export {
// :export {
// name: "less";
// name: "less";
...
...
src/types/global.d.ts
浏览文件 @
b107b528
...
@@ -39,12 +39,6 @@ declare type DeepPartial<T> = {
...
@@ -39,12 +39,6 @@ declare type DeepPartial<T> = {
[
P
in
keyof
T
]?:
DeepPartial
<
T
[
P
]
>
;
[
P
in
keyof
T
]?:
DeepPartial
<
T
[
P
]
>
;
};
};
// type DeepPartial<T> = T extends Function
// ? T
// : T extends object
// ? { [K in keyof T]?: DeepPartial<T[K]> }
// : T;
declare
type
LabelValueOptions
=
{
declare
type
LabelValueOptions
=
{
label
:
string
;
label
:
string
;
value
:
any
;
value
:
any
;
...
...
src/types/module.d.ts
浏览文件 @
b107b528
declare
module
'globby!/@/router/routes/modules/**/*.@(ts)'
;
declare
module
'globby!/@/router/menus/modules/**/*.@(ts)'
;
declare
module
'globby?locale!/@/locales/lang/**/*.@(ts)'
;
declare
const
React
:
string
;
declare
module
'ant-design-vue/es/locale/*'
{
declare
module
'ant-design-vue/es/locale/*'
{
import
{
Locale
}
from
'ant-design-vue/types/locale-provider'
;
import
{
Locale
}
from
'ant-design-vue/types/locale-provider'
;
const
locale
:
Locale
&
ReadonlyRecordable
;
const
locale
:
Locale
&
ReadonlyRecordable
;
...
...
src/types/shim-tsx.d.ts
deleted
100644 → 0
浏览文件 @
1a85dff5
import
type
{
ComponentRenderProxy
,
VNode
}
from
'vue'
;
declare
module
'*.tsx'
{
import
{
defineComponent
}
from
'vue'
;
const
component
:
ReturnType
<
defineComponent
>
;
export
default
component
;
}
declare
global
{
namespace
JSX
{
// tslint:disable no-empty-interface
type
Element
=
VNode
;
// tslint:disable no-empty-interface
type
ElementClass
=
ComponentRenderProxy
;
interface
ElementAttributesProperty
{
$props
:
any
;
}
interface
IntrinsicElements
{
[
elem
:
string
]:
any
;
}
interface
IntrinsicAttributes
{
[
elem
:
string
]:
any
;
}
}
}
src/types/vue-app-env.d.ts
浏览文件 @
b107b528
...
@@ -3,23 +3,3 @@ declare module '*.vue' {
...
@@ -3,23 +3,3 @@ declare module '*.vue' {
const
Component
:
ReturnType
<
typeof
defineComponent
>
;
const
Component
:
ReturnType
<
typeof
defineComponent
>
;
export
default
Component
;
export
default
Component
;
}
}
declare
namespace
NodeJS
{
interface
Process
{
env
:
ProcessEnv
;
}
interface
ProcessEnv
{
/**
* By default, there are two modes in Vite:
*
* * `development` is used by vite and vite serve
* * `production` is used by vite build
*
* You can overwrite the default mode used for a command by passing the --mode option flag.
*
*/
readonly
NODE_ENV
:
'development'
|
'production'
;
}
}
declare
let
process
:
NodeJS
.
Process
;
src/views/demo/table/tableData.tsx
浏览文件 @
b107b528
...
@@ -308,17 +308,6 @@ export function getTreeTableData() {
...
@@ -308,17 +308,6 @@ export function getTreeTableData() {
address
:
'New York No. 1 Lake ParkNew York No. 1 Lake Park'
,
address
:
'New York No. 1 Lake ParkNew York No. 1 Lake Park'
,
beginTime
:
new
Date
().
toLocaleString
(),
beginTime
:
new
Date
().
toLocaleString
(),
endTime
:
new
Date
().
toLocaleString
(),
endTime
:
new
Date
().
toLocaleString
(),
children
:
[
{
id
:
`l3-
${
index
}
`
,
name
:
'John Brown'
,
age
:
`1
${
index
}
`
,
no
:
`
${
index
+
10
}
`
,
address
:
'New York No. 1 Lake ParkNew York No. 1 Lake Park'
,
beginTime
:
new
Date
().
toLocaleString
(),
endTime
:
new
Date
().
toLocaleString
(),
},
],
},
},
],
],
});
});
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论