Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
M
mini-wms
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Members
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
周海峰
mini-wms
Commits
c5d2b0f7
Commit
c5d2b0f7
authored
Dec 04, 2025
by
ningjihai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
物料分类
parent
4a57302c
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
40 行增加
和
2 行删除
+40
-2
ruoyi-admin-vue/src/assets/styles/index.scss
+26
-0
ruoyi-admin-vue/src/assets/styles/variables.scss
+4
-0
ruoyi-admin-vue/src/views/inventory/materials_category/index.vue
+0
-0
ruoyi-admin-vue/src/views/system/dict/index.vue
+10
-2
没有找到文件。
ruoyi-admin-vue/src/assets/styles/index.scss
View file @
c5d2b0f7
...
@@ -143,6 +143,32 @@ aside {
...
@@ -143,6 +143,32 @@ aside {
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
min-height
:
200px
;
min-height
:
200px
;
}
.page-container-noback
{
display
:
flex
;
flex-direction
:
column
;
flex
:
1
;
border-radius
:
4px
;
box-sizing
:
border-box
;
display
:
flex
;
flex-direction
:
column
;
min-height
:
200px
;
}
.flex-container
{
display
:
flex
;
border-radius
:
4px
;
}
.shadow
{
box-shadow
:
2px
2px
4px
rgba
(
30
,
92
,
235
,
0
.1
);
}
.flex1
{
flex
:
1
;
}
.card-container
{
background-color
:
#fff
;
border-radius
:
4px
;
box-sizing
:
border-box
;
}
}
.table-container
{
.table-container
{
flex
:
1
;
flex
:
1
;
...
...
ruoyi-admin-vue/src/assets/styles/variables.scss
View file @
c5d2b0f7
:root
{
--container-pd
:
10px
;
--shadow
:
2px
2px
4px
rgba
(
30
,
92
,
235
,
0
.1
);
// 阴影
}
// base color
// base color
$blue
:
#324157
;
$blue
:
#324157
;
$light-blue
:
#3A71A8
;
$light-blue
:
#3A71A8
;
...
...
ruoyi-admin-vue/src/views/inventory/materials_category/index.vue
View file @
c5d2b0f7
差异被折叠。
点击展开。
ruoyi-admin-vue/src/views/system/dict/index.vue
View file @
c5d2b0f7
...
@@ -260,7 +260,7 @@ export default {
...
@@ -260,7 +260,7 @@ export default {
},
},
// 表单重置
// 表单重置
reset
()
{
reset
()
{
this
.
form
=
{
this
.
queryParams
=
{
dictId
:
undefined
,
dictId
:
undefined
,
dictName
:
undefined
,
dictName
:
undefined
,
dictType
:
undefined
,
dictType
:
undefined
,
...
@@ -276,8 +276,16 @@ export default {
...
@@ -276,8 +276,16 @@ export default {
},
},
/** 重置按钮操作 */
/** 重置按钮操作 */
resetQuery
()
{
resetQuery
()
{
console
.
log
(
123
)
this
.
dateRange
=
[]
this
.
dateRange
=
[]
this
.
resetForm
(
"queryForm"
)
this
.
queryParams
=
{
dictId
:
undefined
,
dictName
:
undefined
,
dictType
:
undefined
,
status
:
"0"
,
remark
:
undefined
}
this
.
resetForm
(
"queryParams"
)
this
.
handleQuery
()
this
.
handleQuery
()
},
},
/** 新增按钮操作 */
/** 新增按钮操作 */
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论