Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
95c7ec2e
提交
95c7ec2e
编写于
6月 01, 2020
作者:
guangjun.yang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
样式调整等
上级
2ae583c2
变更
4
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
6 行增加
和
43 行删除
+6
-43
course-select.vue
src/components/education/custom/course-select.vue
+1
-1
custom-baseinfo.vue
src/components/education/custom/custom-baseinfo.vue
+3
-2
index.html
src/components/education/custom/index.html
+0
-38
edit-custom.vue
src/views/education/edit-custom.vue
+2
-2
未找到文件。
src/components/education/custom/course-select.vue
浏览文件 @
95c7ec2e
...
...
@@ -3,7 +3,7 @@
<!--
<div
class=
"custom-select-wrapper"
style=
"overflow:auto;"
>
<div
class=
"department-label"
style=
"width: 1200px;"
>
-->
<div
class=
"custom-select-wrapper"
>
<div
class=
"department-label"
style=
"min-width:12
0
0px;"
>
<div
class=
"department-label"
style=
"min-width:12
8
0px;"
>
<span
v-for=
"(item, index) in allLabelList"
:key=
"index"
...
...
src/components/education/custom/custom-baseinfo.vue
浏览文件 @
95c7ec2e
...
...
@@ -692,7 +692,7 @@ export default {
}
};
</
script
>
<
style
>
<
style
scoped
>
.subject-slelct
.el-input__inner
{
height
:
32px
;
...
...
@@ -701,7 +701,8 @@ export default {
</
style
>
<
style
lang=
"scss"
>
.base-message-wrap
{
padding-top
:
80px
;
width
:
1200px
;
padding-top
:
40px
;
.p_label
{
margin-left
:
56px
;
font-size
:
12px
;
...
...
src/components/education/custom/index.html
已删除
100644 → 0
浏览文件 @
2ae583c2
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Document
</title>
<style>
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
width
:
16px
;
height
:
16px
;
background-color
:
#F5F5F5
;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
-webkit-box-shadow
:
inset
0
0
6px
rgba
(
0
,
0
,
0
,
0.3
);
border-radius
:
10px
;
background-color
:
#F5F5F5
;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
border-radius
:
10px
;
-webkit-box-shadow
:
inset
0
0
6px
rgba
(
0
,
0
,
0
,
.3
);
background-color
:
#555
;
}
</style>
</head>
<body>
<div
class=
"name"
style=
"overflow: auto;width: 100px;"
>
<div
style=
"width: 1200px;"
>
wewfwef
</div>
</div>
</body>
</html>
\ No newline at end of file
src/views/education/edit-custom.vue
浏览文件 @
95c7ec2e
...
...
@@ -541,8 +541,8 @@ export default {
.edit-custom-wrap
{
::-webkit-scrollbar
{
width
:
10px
;
height
:
10px
;
width
:
10px
;
height
:
10px
;
background-color
:
#fff
;
}
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录