Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
f6821933
提交
f6821933
编写于
6月 04, 2020
作者:
ping zhang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
样式优化
上级
cec503f4
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
7 行增加
和
5 行删除
+7
-5
course-select.vue
src/components/education/custom/course-select.vue
+3
-1
select-course-comp.vue
src/components/education/custom/select-course-comp.vue
+3
-3
edit-custom.vue
src/views/education/edit-custom.vue
+1
-1
未找到文件。
src/components/education/custom/course-select.vue
浏览文件 @
f6821933
...
@@ -419,6 +419,8 @@ export default {
...
@@ -419,6 +419,8 @@ export default {
flex-direction: row;
flex-direction: row;
justify-content: flex-end;
justify-content: flex-end;
margin-top: 20px;
margin-top: 20px;
margin-right: 30px;
// margin-right: 30px;
padding-right: 30px;
min-width: 1125px;
}
}
</
style
>
</
style
>
src/components/education/custom/select-course-comp.vue
浏览文件 @
f6821933
...
@@ -12,7 +12,7 @@ import CourseList from '@/components/education/custom/course-list'
...
@@ -12,7 +12,7 @@ import CourseList from '@/components/education/custom/course-list'
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
}
}
},
},
components
:
{
components
:
{
...
@@ -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 {
min-width: 1
200
px;
min-width: 1
125
px;
.top-line {
.top-line {
// width: 120%;
// width: 120%;
height: 10px;
height: 10px;
...
@@ -31,4 +31,4 @@ export default {
...
@@ -31,4 +31,4 @@ export default {
}
}
}
}
</
style
>
</
style
>
\ No newline at end of file
src/views/education/edit-custom.vue
浏览文件 @
f6821933
...
@@ -573,7 +573,7 @@ export default {
...
@@ -573,7 +573,7 @@ export default {
top
:
125px
;
top
:
125px
;
}
}
.step-content-new
{
.step-content-new
{
min-width
:
1
200
px
;
min-width
:
1
125
px
;
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
align-items
:
center
;
align-items
:
center
;
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录