Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
S
saas-hr-admin
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
saas-hr-admin
Commits
d641dcab
提交
d641dcab
authored
6月 17, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
style:样式调整
上级
7be16eab
显示空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
33 行增加
和
23 行删除
+33
-23
index.scss
src/assets/styles/element/index.scss
+1
-1
AppCard.vue
src/components/base/AppCard.vue
+10
-4
Aside.vue
src/components/layout/Aside.vue
+5
-0
Header.vue
src/components/layout/Header.vue
+1
-1
View.vue
src/modules/alumni/views/View.vue
+5
-5
View.vue
src/modules/compnay/views/View.vue
+5
-5
View.vue
src/modules/job/views/View.vue
+1
-1
View.vue
src/modules/project/views/View.vue
+5
-6
没有找到文件。
src/assets/styles/element/index.scss
浏览文件 @
d641dcab
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
@forward
'element-plus/theme-chalk/src/common/var.scss'
with
(
@forward
'element-plus/theme-chalk/src/common/var.scss'
with
(
$
colors
:
(
$
colors
:
(
'primary'
:
(
'primary'
:
(
'base'
:
#
3276fc
'base'
:
#
aa1941
)
)
)
)
)
;
)
;
...
...
src/components/base/AppCard.vue
浏览文件 @
d641dcab
...
@@ -22,8 +22,8 @@ defineProps<{ title?: string }>()
...
@@ -22,8 +22,8 @@ defineProps<{ title?: string }>()
.app-card
{
.app-card
{
background
:
#fff
;
background
:
#fff
;
box-shadow
:
0
1px
6px
0
rgb
(
228
232
235
/
20%
);
box-shadow
:
0
1px
6px
0
rgb
(
228
232
235
/
20%
);
border-radius
:
8
px
;
border-radius
:
6
px
;
padding
:
32
px
;
padding
:
40
px
;
}
}
.app-card
+
.app-card
{
.app-card
+
.app-card
{
margin-top
:
20px
;
margin-top
:
20px
;
...
@@ -33,8 +33,14 @@ defineProps<{ title?: string }>()
...
@@ -33,8 +33,14 @@ defineProps<{ title?: string }>()
}
}
.app-card-hd__title
{
.app-card-hd__title
{
flex
:
1
;
flex
:
1
;
padding-left
:
5px
;
font-size
:
18px
;
font-size
:
18px
;
font-weight
:
700
;
font-weight
:
500
;
margin-bottom
:
16px
;
line-height
:
1
;
margin-bottom
:
24px
;
border-left
:
4px
solid
#aa1941
;
}
.app-card-bd
{
padding
:
10px
;
}
}
</
style
>
</
style
>
src/components/layout/Aside.vue
浏览文件 @
d641dcab
...
@@ -103,4 +103,9 @@ const defaultActive = computed(() => {
...
@@ -103,4 +103,9 @@ const defaultActive = computed(() => {
border-radius
:
8px
;
border-radius
:
8px
;
}
}
}
}
.el-menu-item
{
&
.is-active
{
color
:
#aa1941
;
}
}
</
style
>
</
style
>
src/components/layout/Header.vue
浏览文件 @
d641dcab
...
@@ -62,7 +62,7 @@ const logout = async () => {
...
@@ -62,7 +62,7 @@ const logout = async () => {
align-items
:
center
;
align-items
:
center
;
justify-content
:
space-between
;
justify-content
:
space-between
;
height
:
64px
;
height
:
64px
;
background-color
:
#
3276fc
;
background-color
:
#
aa1941
;
color
:
#fff
;
color
:
#fff
;
.logo
{
.logo
{
width
:
120px
;
width
:
120px
;
...
...
src/modules/alumni/views/View.vue
浏览文件 @
d641dcab
...
@@ -68,11 +68,11 @@ const detailList = reactive({
...
@@ -68,11 +68,11 @@ const detailList = reactive({
</AppCard>
</AppCard>
</
template
>
</
template
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
:deep
(
.el-descriptions__title
)
{
//
:deep(.el-descriptions__title) {
font-size
:
18px
;
//
font-size: 18px;
font-weight
:
500
;
//
font-weight: 500;
color
:
#333333
;
//
color: #333333;
}
//
}
:deep
(
.el-descriptions__label
)
{
:deep
(
.el-descriptions__label
)
{
font-size
:
14px
;
font-size
:
14px
;
font-weight
:
400
;
font-weight
:
400
;
...
...
src/modules/compnay/views/View.vue
浏览文件 @
d641dcab
...
@@ -26,20 +26,20 @@ const detailList = reactive({
...
@@ -26,20 +26,20 @@ const detailList = reactive({
<
template
>
<
template
>
<AppCard
title=
"公司详情"
>
<AppCard
title=
"公司详情"
>
<el-descriptions
:column=
"2"
border
>
<el-descriptions
:column=
"2"
>
<el-descriptions-item
label=
"公司名称:"
>
{{
detailList
.
name
}}
</el-descriptions-item>
<el-descriptions-item
label=
"公司名称:"
>
{{
detailList
.
name
}}
</el-descriptions-item>
<el-descriptions-item
label=
"企业邮箱:"
>
{{
detailList
.
email
}}
</el-descriptions-item>
<el-descriptions-item
label=
"企业邮箱:"
align=
"left"
>
{{
detailList
.
email
}}
</el-descriptions-item>
<el-descriptions-item
label=
"社会统一信用代码:"
>
{{
detailList
.
code
}}
</el-descriptions-item>
<el-descriptions-item
label=
"社会统一信用代码:"
>
{{
detailList
.
code
}}
</el-descriptions-item>
<el-descriptions-item
label=
"公司运营性质:"
>
<el-descriptions-item
label=
"公司运营性质:"
align=
"left"
>
{{
detailList
.
nature
}}
{{
detailList
.
nature
}}
</el-descriptions-item>
</el-descriptions-item>
<el-descriptions-item
label=
"营业执照附件:"
>
<el-descriptions-item
label=
"营业执照附件:"
>
<el-image
:src=
"detailList.business_licence"
style=
"width: 300px"
></el-image>
<el-image
:src=
"detailList.business_licence"
style=
"width: 300px"
></el-image>
</el-descriptions-item>
</el-descriptions-item>
<el-descriptions-item
label=
"公司Logo:"
>
<el-descriptions-item
label=
"公司Logo:"
class=
"logo_class"
>
<el-image
:src=
"detailList.logo"
style=
"width: 300px"
></el-image>
<el-image
:src=
"detailList.logo"
style=
"width: 300px"
></el-image>
</el-descriptions-item>
</el-descriptions-item>
<el-descriptions-item
label=
"公司介绍:"
:span=
"
2
"
>
<el-descriptions-item
label=
"公司介绍:"
:span=
"
1
"
>
<div
class=
"project_intro"
>
<div
class=
"project_intro"
>
{{
detailList
.
desc
}}
{{
detailList
.
desc
}}
</div>
</div>
...
...
src/modules/job/views/View.vue
浏览文件 @
d641dcab
...
@@ -51,7 +51,7 @@ const detailList = reactive({
...
@@ -51,7 +51,7 @@ const detailList = reactive({
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.project_intro
{
.project_intro
{
padding
:
27px
25px
30px
27px
;
padding
:
27px
25px
30px
27px
;
background
:
rgba
(
248
,
248
,
248
,
0
.39
)
;
background
:
#f8f8f8
;
opacity
:
1
;
opacity
:
1
;
border-radius
:
20px
;
border-radius
:
20px
;
margin-top
:
16px
;
margin-top
:
16px
;
...
...
src/modules/project/views/View.vue
浏览文件 @
d641dcab
...
@@ -37,7 +37,7 @@ const detailList = reactive({
...
@@ -37,7 +37,7 @@ const detailList = reactive({
<
template
>
<
template
>
<AppCard
title=
"项目详情"
>
<AppCard
title=
"项目详情"
>
<el-descriptions
:column=
"4"
direction=
"vertical"
>
<el-descriptions
:column=
"4"
>
<el-descriptions-item>
<el-descriptions-item>
<el-image
:src=
"detailList.logo"
style=
"width: 100px"
/>
<el-image
:src=
"detailList.logo"
style=
"width: 100px"
/>
</el-descriptions-item>
</el-descriptions-item>
...
@@ -76,7 +76,7 @@ const detailList = reactive({
...
@@ -76,7 +76,7 @@ const detailList = reactive({
</el-row>
</el-row>
</AppCard>
</AppCard>
</
template
>
</
template
>
<
style
lang=
"scss"
>
<
style
lang=
"scss"
scoped
>
.project_intro_title
{
.project_intro_title
{
font-size
:
18px
;
font-size
:
18px
;
font-weight
:
500
;
font-weight
:
500
;
...
@@ -85,8 +85,7 @@ const detailList = reactive({
...
@@ -85,8 +85,7 @@ const detailList = reactive({
}
}
.project_intro_desc
{
.project_intro_desc
{
padding
:
27px
25px
30px
27px
;
padding
:
27px
25px
30px
27px
;
background
:
#f8f8f8
;
background
:
rgba
(
248
,
248
,
248
,
0
.39
);
opacity
:
1
;
opacity
:
1
;
border-radius
:
20px
;
border-radius
:
20px
;
margin-top
:
16px
;
margin-top
:
16px
;
...
@@ -126,12 +125,12 @@ const detailList = reactive({
...
@@ -126,12 +125,12 @@ const detailList = reactive({
}
}
}
}
}
}
:deep
(
.
is-vertical-
label
)
{
:deep
(
.
el-descriptions__
label
)
{
font-size
:
14px
;
font-size
:
14px
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#666
;
color
:
#666
;
}
}
:deep
(
.
is-vertical-
content
)
{
:deep
(
.
el-descriptions__
content
)
{
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#333333
;
color
:
#333333
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论