Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
ea108b0d
提交
ea108b0d
authored
3月 09, 2026
作者:
hsx
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat:移动devStyle的组件目录到styles
上级
952f68d0
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
39 行增加
和
2 行删除
+39
-2
devStyle.js
src/router/modules/devStyle.js
+1
-1
index.vue
src/styles/components/CommonPage/index.vue
+32
-0
index.vue
src/styles/components/RadioPage/index.vue
+0
-0
index.vue
src/styles/components/TabsPage/index.vue
+0
-0
constStyle.vue
src/styles/components/constStyle.vue
+0
-0
index.vue
src/styles/components/index.vue
+6
-1
textStyle.vue
src/styles/components/textStyle.vue
+0
-0
没有找到文件。
src/router/modules/devStyle.js
浏览文件 @
ea108b0d
//样式主页
//样式主页
const
StylePages
=
()
=>
import
(
"@/
components/devStyle
/components/index.vue"
);
const
StylePages
=
()
=>
import
(
"@/
styles
/components/index.vue"
);
const
stylePagesRoutes
=
[
const
stylePagesRoutes
=
[
// 智库系统的主要路由
// 智库系统的主要路由
...
...
src/styles/components/CommonPage/index.vue
0 → 100644
浏览文件 @
ea108b0d
<
script
setup
lang=
"ts"
>
import
{
ElRow
,
ElCol
}
from
'element-plus'
;
import
'@/styles/common.scss'
const
span
=
12
</
script
>
<
template
>
<el-row
class=
"wrapper"
>
<el-col
:span=
"span"
>
<pre>
{{
`import '@/styles/common.scss';
<template>
<div class="background-as-card"></div>
</template>
`
}}
</pre>
<div
class=
"background-as-card"
>
<div
v-for=
"item in [1, 2, 3, 4]"
:key=
"item"
>
{{
item
}}
</div>
</div>
</el-col>
</el-row>
</
template
>
<
style
lang=
"scss"
scoped
>
.wrapper
{
background-color
:
rgba
(
0
,
0
,
0
,
0
.068
);
padding
:
10px
;
}
</
style
>
\ No newline at end of file
src/
components/devStyle
/components/RadioPage/index.vue
→
src/
styles
/components/RadioPage/index.vue
浏览文件 @
ea108b0d
File moved
src/
components/devStyle
/components/TabsPage/index.vue
→
src/
styles
/components/TabsPage/index.vue
浏览文件 @
ea108b0d
File moved
src/
components/devStyle
/components/constStyle.vue
→
src/
styles
/components/constStyle.vue
浏览文件 @
ea108b0d
File moved
src/
components/devStyle
/components/index.vue
→
src/
styles
/components/index.vue
浏览文件 @
ea108b0d
...
@@ -7,8 +7,11 @@
...
@@ -7,8 +7,11 @@
<ConstStyle
/>
<ConstStyle
/>
<div
class=
"text-title-1-show"
>
文字样式
</div>
<div
class=
"text-title-1-show"
>
文字样式
</div>
<TextStyle
/>
<TextStyle
/>
<div
class=
"text-title-1-show"
>
通用组件
</div>
<div
class=
"text-title-1-show"
>
通用
样式/
组件
</div>
<el-tabs
tabPosition=
"left"
>
<el-tabs
tabPosition=
"left"
>
<el-tab-pane
label=
"通用"
lazy
>
<common-page
/>
</el-tab-pane>
<el-tab-pane
label=
"单选框"
lazy
>
<el-tab-pane
label=
"单选框"
lazy
>
<radio-page
/>
<radio-page
/>
</el-tab-pane>
</el-tab-pane>
...
@@ -28,6 +31,7 @@ import ConstStyle from './constStyle.vue';
...
@@ -28,6 +31,7 @@ import ConstStyle from './constStyle.vue';
import
{
ElTabs
,
ElTabPane
,
ElSpace
}
from
"element-plus"
;
import
{
ElTabs
,
ElTabPane
,
ElSpace
}
from
"element-plus"
;
import
RadioPage
from
'./RadioPage/index.vue'
;
import
RadioPage
from
'./RadioPage/index.vue'
;
import
TabsPage
from
'./TabsPage/index.vue'
;
import
TabsPage
from
'./TabsPage/index.vue'
;
import
CommonPage
from
'./CommonPage/index.vue'
;
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
></
style
>
<
style
lang=
"scss"
scoped
></
style
>
\ No newline at end of file
src/
components/devStyle
/components/textStyle.vue
→
src/
styles
/components/textStyle.vue
浏览文件 @
ea108b0d
File moved
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论