Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
c5b43d92
提交
c5b43d92
编写于
5月 28, 2020
作者:
guangjun.yang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
最小屏幕大小
上级
931bc6e5
变更
5
展开全部
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
471 行增加
和
52 行删除
+471
-52
course-list.vue
src/components/education/custom/course-list.vue
+7
-0
course-select copy 4.vue
src/components/education/custom/course-select copy 4.vue
+409
-0
course-select.vue
src/components/education/custom/course-select.vue
+53
-50
select-course-comp.vue
src/components/education/custom/select-course-comp.vue
+1
-1
edit-custom.vue
src/views/education/edit-custom.vue
+1
-1
未找到文件。
src/components/education/custom/course-list.vue
浏览文件 @
c5b43d92
...
@@ -156,6 +156,9 @@ export default {
...
@@ -156,6 +156,9 @@ export default {
min-width: 1180px;
min-width: 1180px;
max-width: 1600px;
max-width: 1600px;
.course-header {
.course-header {
position: relative;
top: 0;
left: 0;
display: flex;
display: flex;
flex-direction: row;
flex-direction: row;
height: 78px;
height: 78px;
...
@@ -177,6 +180,10 @@ export default {
...
@@ -177,6 +180,10 @@ export default {
}
}
}
}
.order {
.order {
position: absolute;
// top: 0;
left: 880px;
width: 200px;
display: flex;
display: flex;
flex-direction: row;
flex-direction: row;
align-items: center;
align-items: center;
...
...
src/components/education/custom/course-select copy 4.vue
0 → 100644
浏览文件 @
c5b43d92
此差异已折叠。
点击以展开。
src/components/education/custom/course-select.vue
浏览文件 @
c5b43d92
<
template
>
<
template
>
<div
class=
"custom-select-wrapper"
style=
"width: 1300px;overflow:auto;"
>
<div>
<div
class=
"custom-select-wrapper"
style=
"overflow:auto;"
>
<div
class=
"department-label
"
>
<div
class=
"department-label"
style=
"width: 1200px;
"
>
<span
<span
v-for=
"(item, index) in allLabelList"
v-for=
"(item, index) in allLabelList"
:key=
"index"
:key=
"index"
...
@@ -13,7 +13,8 @@
...
@@ -13,7 +13,8 @@
{{
item
.
name
}}
{{
item
.
name
}}
</span>
</span>
</div>
</div>
</div>
<div
class=
"custom-select-wrapper"
>
<!-- 课程分类 -->
<!-- 课程分类 -->
<div
class=
"course-class"
>
<div
class=
"course-class"
>
<div
class=
"title"
>
课程分类
</div>
<div
class=
"title"
>
课程分类
</div>
...
@@ -54,6 +55,7 @@
...
@@ -54,6 +55,7 @@
<el-button
class=
"add-button"
size=
"small"
type=
"primary"
@
click=
"search"
>
查 询
</el-button>
<el-button
class=
"add-button"
size=
"small"
type=
"primary"
@
click=
"search"
>
查 询
</el-button>
</div>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
{
mapGetters
,
mapActions
}
from
'vuex'
import
{
mapGetters
,
mapActions
}
from
'vuex'
...
@@ -257,6 +259,7 @@ export default {
...
@@ -257,6 +259,7 @@ export default {
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
.custom-select-wrapper {
.custom-select-wrapper {
width: 1090px;
user-select: none;
user-select: none;
.department-label {
.department-label {
display: flex;
display: flex;
...
@@ -372,7 +375,7 @@ export default {
...
@@ -372,7 +375,7 @@ export default {
flex-direction: row;
flex-direction: row;
flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 14px;
margin-top: 14px;
margin-right:
8
0px;
margin-right:
4
0px;
flex: 1;
flex: 1;
.sub-item {
.sub-item {
cursor: pointer;
cursor: pointer;
...
@@ -402,8 +405,8 @@ export default {
...
@@ -402,8 +405,8 @@ export default {
.button-wrapper {
.button-wrapper {
display: flex;
display: flex;
flex-direction: row;
flex-direction: row;
justify-content: flex-end;
//
justify-content: flex-end;
margin-top: 20px;
margin-top: 20px;
margin-
right: 140
px;
margin-
left: 956
px;
}
}
</
style
>
</
style
>
\ No newline at end of file
src/components/education/custom/select-course-comp.vue
浏览文件 @
c5b43d92
...
@@ -23,7 +23,7 @@ export default {
...
@@ -23,7 +23,7 @@ export default {
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
.select-course-wrapper {
.select-course-wrapper {
width: 1300px;
//
width: 1300px;
.top-line {
.top-line {
// width: 120%;
// width: 120%;
height: 10px;
height: 10px;
...
...
src/views/education/edit-custom.vue
浏览文件 @
c5b43d92
...
@@ -539,7 +539,7 @@ export default {
...
@@ -539,7 +539,7 @@ export default {
top
:
125px
;
top
:
125px
;
}
}
.step-content
{
.step-content
{
min-width
:
1300px
;
//
min-width: 1300px;
background
:
#fff
;
background
:
#fff
;
z-index
:
1001
;
z-index
:
1001
;
background
:
#fff
;
background
:
#fff
;
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录