Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
office-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
office
office-web
Commits
5848c23a
Commit
5848c23a
authored
Dec 04, 2018
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add: 增加首页
parent
36a95280
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
40 additions
and
33 deletions
+40
-33
index_banner1.jpg
src/assets/index/index_banner1.jpg
+0
-0
customDialog.vue
src/components/index/customDialog.vue
+1
-1
index.vue
src/views/index/index.vue
+0
-0
index.css
theme/index.css
+39
-32
No files found.
src/assets/index/index_banner1.jpg
0 → 100644
View file @
5848c23a
76.8 KB
src/components/index/customDialog.vue
View file @
5848c23a
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<p
class=
"custom-dialog__p"
>
请选择您想在首页展示的快捷操作,最多勾选8,已经勾选了
<span>
{{
checkList
.
length
}}
</span>
个
</p>
<p
class=
"custom-dialog__p"
>
请选择您想在首页展示的快捷操作,最多勾选8,已经勾选了
<span>
{{
checkList
.
length
}}
</span>
个
</p>
</div>
</div>
<div
class=
"custom-dialog__checkbox"
>
<div
class=
"custom-dialog__checkbox"
>
<el-checkbox-group
v-model=
"checkList"
@
change=
"customChange"
>
<el-checkbox-group
v-model=
"checkList"
@
change=
"customChange"
:max=
"8"
>
<el-checkbox
v-for=
"item in customData"
:label=
"item.id"
:key=
"item.id"
name=
"type"
>
{{
item
.
name
}}
</el-checkbox>
<el-checkbox
v-for=
"item in customData"
:label=
"item.id"
:key=
"item.id"
name=
"type"
>
{{
item
.
name
}}
</el-checkbox>
</el-checkbox-group>
</el-checkbox-group>
</div>
</div>
...
...
src/views/index/index.vue
View file @
5848c23a
This diff is collapsed.
Click to expand it.
theme/index.css
View file @
5848c23a
...
@@ -3975,12 +3975,13 @@
...
@@ -3975,12 +3975,13 @@
font-size
:
18px
;
font-size
:
18px
;
color
:
#303133
;
}
color
:
#303133
;
}
.el-dialog__body
{
.el-dialog__body
{
padding
:
3
0px
20px
;
padding
:
20px
20px
1
0px
20px
;
color
:
#606266
;
color
:
#606266
;
font-size
:
14px
;
}
font-size
:
14px
;
}
.el-dialog__footer
{
.el-dialog__footer
{
padding
:
20px
;
border-top
:
1px
solid
#DCDFE6
;
padding-top
:
10px
;
padding
:
10px
20px
;
/* padding-top: 10px; */
text-align
:
right
;
text-align
:
right
;
-webkit-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
box-sizing
:
border-box
;
}
...
@@ -9194,8 +9195,8 @@
...
@@ -9194,8 +9195,8 @@
.el-radio__input.is-checked
.el-radio__inner
::after
{
.el-radio__input.is-checked
.el-radio__inner
::after
{
-webkit-transform
:
translate
(
-50%
,
-50%
)
scale
(
1
);
-webkit-transform
:
translate
(
-50%
,
-50%
)
scale
(
1
);
transform
:
translate
(
-50%
,
-50%
)
scale
(
1
);
}
transform
:
translate
(
-50%
,
-50%
)
scale
(
1
);
}
.el-radio__input.is-checked
+
.el-radio__label
{
/*
.el-radio__input.is-checked + .el-radio__label {
color
:
#1890ff
;
}
color: #1890ff; }
*/
.el-radio__input.is-focus
.el-radio__inner
{
.el-radio__input.is-focus
.el-radio__inner
{
border-color
:
#1890ff
;
}
border-color
:
#1890ff
;
}
.el-radio__inner
{
.el-radio__inner
{
...
@@ -9243,7 +9244,7 @@
...
@@ -9243,7 +9244,7 @@
box-shadow
:
0
0
2px
2px
#1890ff
;
}
box-shadow
:
0
0
2px
2px
#1890ff
;
}
.el-radio__label
{
.el-radio__label
{
font-size
:
14px
;
font-size
:
14px
;
padding-left
:
10
px
;
}
padding-left
:
8
px
;
}
/* BEM support Func
/* BEM support Func
-------------------------- */
-------------------------- */
...
@@ -10349,8 +10350,8 @@
...
@@ -10349,8 +10350,8 @@
.el-checkbox__input.is-checked
.el-checkbox__inner
::after
{
.el-checkbox__input.is-checked
.el-checkbox__inner
::after
{
-webkit-transform
:
rotate
(
45deg
)
scaleY
(
1
);
-webkit-transform
:
rotate
(
45deg
)
scaleY
(
1
);
transform
:
rotate
(
45deg
)
scaleY
(
1
);
}
transform
:
rotate
(
45deg
)
scaleY
(
1
);
}
.el-checkbox__input.is-checked
+
.el-checkbox__label
{
/*
.el-checkbox__input.is-checked + .el-checkbox__label {
color
:
#1890ff
;
}
color: #1890ff; }
*/
.el-checkbox__input.is-focus
{
.el-checkbox__input.is-focus
{
/*focus时 视觉上区分*/
}
/*focus时 视觉上区分*/
}
.el-checkbox__input.is-focus
.el-checkbox__inner
{
.el-checkbox__input.is-focus
.el-checkbox__inner
{
...
@@ -14633,8 +14634,8 @@
...
@@ -14633,8 +14634,8 @@
.el-checkbox__input.is-checked
.el-checkbox__inner
::after
{
.el-checkbox__input.is-checked
.el-checkbox__inner
::after
{
-webkit-transform
:
rotate
(
45deg
)
scaleY
(
1
);
-webkit-transform
:
rotate
(
45deg
)
scaleY
(
1
);
transform
:
rotate
(
45deg
)
scaleY
(
1
);
}
transform
:
rotate
(
45deg
)
scaleY
(
1
);
}
.el-checkbox__input.is-checked
+
.el-checkbox__label
{
/*
.el-checkbox__input.is-checked + .el-checkbox__label {
color
:
#1890ff
;
}
color: #1890ff; }
*/
.el-checkbox__input.is-focus
{
.el-checkbox__input.is-focus
{
/*focus时 视觉上区分*/
}
/*focus时 视觉上区分*/
}
.el-checkbox__input.is-focus
.el-checkbox__inner
{
.el-checkbox__input.is-focus
.el-checkbox__inner
{
...
@@ -16475,8 +16476,8 @@
...
@@ -16475,8 +16476,8 @@
.el-checkbox__input.is-checked
.el-checkbox__inner
::after
{
.el-checkbox__input.is-checked
.el-checkbox__inner
::after
{
-webkit-transform
:
rotate
(
45deg
)
scaleY
(
1
);
-webkit-transform
:
rotate
(
45deg
)
scaleY
(
1
);
transform
:
rotate
(
45deg
)
scaleY
(
1
);
}
transform
:
rotate
(
45deg
)
scaleY
(
1
);
}
.el-checkbox__input.is-checked
+
.el-checkbox__label
{
/*
.el-checkbox__input.is-checked + .el-checkbox__label {
color
:
#1890ff
;
}
color: #1890ff; }
*/
.el-checkbox__input.is-focus
{
.el-checkbox__input.is-focus
{
/*focus时 视觉上区分*/
}
/*focus时 视觉上区分*/
}
.el-checkbox__input.is-focus
.el-checkbox__inner
{
.el-checkbox__input.is-focus
.el-checkbox__inner
{
...
@@ -22891,7 +22892,7 @@
...
@@ -22891,7 +22892,7 @@
width
:
25px
;
width
:
25px
;
display
:
inline-block
;
display
:
inline-block
;
float
:
right
;
float
:
right
;
line-height
:
32
px
;
}
line-height
:
24
px
;
}
.el-range-editor.el-input__inner
{
.el-range-editor.el-input__inner
{
display
:
-webkit-inline-box
;
display
:
-webkit-inline-box
;
...
@@ -30037,8 +30038,8 @@
...
@@ -30037,8 +30038,8 @@
.el-checkbox__input.is-checked
.el-checkbox__inner
::after
{
.el-checkbox__input.is-checked
.el-checkbox__inner
::after
{
-webkit-transform
:
rotate
(
45deg
)
scaleY
(
1
);
-webkit-transform
:
rotate
(
45deg
)
scaleY
(
1
);
transform
:
rotate
(
45deg
)
scaleY
(
1
);
}
transform
:
rotate
(
45deg
)
scaleY
(
1
);
}
.el-checkbox__input.is-checked
+
.el-checkbox__label
{
/*
.el-checkbox__input.is-checked + .el-checkbox__label {
color
:
#1890ff
;
}
color: #1890ff; }
*/
.el-checkbox__input.is-focus
{
.el-checkbox__input.is-focus
{
/*focus时 视觉上区分*/
}
/*focus时 视觉上区分*/
}
.el-checkbox__input.is-focus
.el-checkbox__inner
{
.el-checkbox__input.is-focus
.el-checkbox__inner
{
...
@@ -31812,8 +31813,8 @@
...
@@ -31812,8 +31813,8 @@
padding-left
:
35px
;
padding-left
:
35px
;
padding-right
:
35px
;
}
padding-right
:
35px
;
}
.el-input-number.is-without-controls
.el-input__inner
{
.el-input-number.is-without-controls
.el-input__inner
{
padding-left
:
1
5
px
;
padding-left
:
1
2
px
;
padding-right
:
1
5
px
;
}
padding-right
:
1
2
px
;
}
.el-input-number.is-controls-right
.el-input__inner
{
.el-input-number.is-controls-right
.el-input__inner
{
padding-left
:
15px
;
padding-left
:
15px
;
padding-right
:
42px
;
}
padding-right
:
42px
;
}
...
@@ -41626,7 +41627,7 @@
...
@@ -41626,7 +41627,7 @@
.el-textarea__inner
{
.el-textarea__inner
{
display
:
block
;
display
:
block
;
resize
:
vertical
;
resize
:
vertical
;
padding
:
5px
1
5
px
;
padding
:
5px
1
2
px
;
line-height
:
1.5
;
line-height
:
1.5
;
-webkit-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
...
@@ -42410,22 +42411,24 @@
...
@@ -42410,22 +42411,24 @@
color
:
#fcce72
;
color
:
#fcce72
;
background-color
:
#fff7e8
;
background-color
:
#fff7e8
;
border-color
:
#feefd0
;
}
border-color
:
#feefd0
;
}
.el-button--danger
{
.el-button--danger
{
color
:
#fff
;
color
:
#F5222D
;
background-color
:
#f5222d
;
background-color
:
#F5F7FA
;
border-color
:
#f5222d
;
}
border-color
:
#DCDFE6
;
}
.el-button--danger
:hover
,
.el-button--danger
:focus
{
.el-button--danger
:hover
,
.el-button--danger
:focus
{
background
:
#
f74e57
;
background
:
#
F5222D
;
border-color
:
#
f74e57
;
border-color
:
#
F5222D
;
color
:
#fff
;
}
color
:
#fff
;
}
.el-button--danger
:active
{
.el-button--danger
:active
{
background
:
#
dd1f29
;
background
:
#
CF1322
;
border-color
:
#
dd1f29
;
border-color
:
#
CF1322
;
color
:
#fff
;
color
:
#fff
;
outline
:
none
;
}
outline
:
none
;
}
.el-button--danger.is-active
{
.el-button--danger.is-active
{
background
:
#
dd1f29
;
background
:
#
CF1322
;
border-color
:
#
dd1f29
;
border-color
:
#
CF1322
;
color
:
#fff
;
}
color
:
#fff
;
}
/* .el-button--danger.is-disabled, .el-button--danger.is-disabled:hover, .el-button--danger.is-disabled:focus, .el-button--danger.is-disabled:active {
/* .el-button--danger.is-disabled, .el-button--danger.is-disabled:hover, .el-button--danger.is-disabled:focus, .el-button--danger.is-disabled:active {
color: #fff;
color: #fff;
...
@@ -42515,7 +42518,8 @@
...
@@ -42515,7 +42518,8 @@
color
:
#1890ff
;
color
:
#1890ff
;
background
:
transparent
;
background
:
transparent
;
padding-left
:
0
;
padding-left
:
0
;
padding-right
:
0
;
}
padding-right
:
0
;
padding
:
0
;
}
.el-button--text
:hover
,
.el-button--text
:focus
{
.el-button--text
:hover
,
.el-button--text
:focus
{
color
:
#46a6ff
;
color
:
#46a6ff
;
border-color
:
transparent
;
border-color
:
transparent
;
...
@@ -43040,8 +43044,8 @@
...
@@ -43040,8 +43044,8 @@
.el-checkbox__input.is-checked
.el-checkbox__inner
::after
{
.el-checkbox__input.is-checked
.el-checkbox__inner
::after
{
-webkit-transform
:
rotate
(
45deg
)
scaleY
(
1
);
-webkit-transform
:
rotate
(
45deg
)
scaleY
(
1
);
transform
:
rotate
(
45deg
)
scaleY
(
1
);
}
transform
:
rotate
(
45deg
)
scaleY
(
1
);
}
.el-checkbox__input.is-checked
+
.el-checkbox__label
{
/*
.el-checkbox__input.is-checked + .el-checkbox__label {
color
:
#1890ff
;
}
color: #1890ff; }
*/
.el-checkbox__input.is-focus
{
.el-checkbox__input.is-focus
{
/*focus时 视觉上区分*/
}
/*focus时 视觉上区分*/
}
.el-checkbox__input.is-focus
.el-checkbox__inner
{
.el-checkbox__input.is-focus
.el-checkbox__inner
{
...
@@ -44408,6 +44412,7 @@
...
@@ -44408,6 +44412,7 @@
top
:
-1px
;
top
:
-1px
;
width
:
6px
;
width
:
6px
;
height
:
6px
;
height
:
6px
;
background
:
none
;
vertical-align
:
middle
;
vertical-align
:
middle
;
border-radius
:
50%
;
border-radius
:
50%
;
border
:
1px
solid
#1890FF
;
border
:
1px
solid
#1890FF
;
...
@@ -44444,7 +44449,9 @@
...
@@ -44444,7 +44449,9 @@
}
}
.el-popover
{
cursor
:
pointer
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment