Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
813dc78c
Commit
813dc78c
authored
Nov 09, 2016
by
Leopoldthecoder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Loading: update style/Add favicon
parent
41c53099
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
24 additions
and
21 deletions
+24
-21
build/cooking.demo.js
build/cooking.demo.js
+7
-1
examples/assets/images/element-logo.svg
examples/assets/images/element-logo.svg
+4
-4
packages/loading/src/spinner.vue
packages/loading/src/spinner.vue
+1
-1
packages/theme-default/src/common/var.css
packages/theme-default/src/common/var.css
+1
-1
packages/theme-default/src/input.css
packages/theme-default/src/input.css
+1
-0
packages/theme-default/src/loading.css
packages/theme-default/src/loading.css
+2
-6
packages/theme-default/src/select.css
packages/theme-default/src/select.css
+8
-8
No files found.
build/cooking.demo.js
View file @
813dc78c
...
@@ -18,7 +18,13 @@ cooking.set({
...
@@ -18,7 +18,13 @@ cooking.set({
'
element-ui
'
:
'
./src/index.js
'
'
element-ui
'
:
'
./src/index.js
'
}
:
'
./examples/entry.js
'
,
}
:
'
./examples/entry.js
'
,
dist
:
'
./examples/element-ui/
'
,
dist
:
'
./examples/element-ui/
'
,
template
:
'
./examples/index.tpl
'
,
template
:
[
{
template
:
'
./examples/index.tpl
'
,
filename
:
'
./index.html
'
,
favicon
:
'
./examples/favicon.ico
'
}
],
publicPath
:
process
.
env
.
CI_ENV
||
'
/
'
,
publicPath
:
process
.
env
.
CI_ENV
||
'
/
'
,
hash
:
true
,
hash
:
true
,
devServer
:
{
devServer
:
{
...
...
examples/assets/images/element-logo.svg
100644 → 100755
View file @
813dc78c
This diff is collapsed.
Click to expand it.
packages/loading/src/spinner.vue
View file @
813dc78c
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
class=
"el-loading-spinner"
class=
"el-loading-spinner"
:class=
"
{ 'is-full-screen': fullScreen }">
:class=
"
{ 'is-full-screen': fullScreen }">
<svg
class=
"circular"
viewBox=
"25 25 50 50"
>
<svg
class=
"circular"
viewBox=
"25 25 50 50"
>
<circle
class=
"path"
cx=
"50"
cy=
"50"
r=
"20"
fill=
"none"
stroke-miterlimit=
"10"
/>
<circle
class=
"path"
cx=
"50"
cy=
"50"
r=
"20"
fill=
"none"
/>
</svg>
</svg>
<p
v-if=
"text"
class=
"el-loading-text"
>
{{
text
}}
</p>
<p
v-if=
"text"
class=
"el-loading-text"
>
{{
text
}}
</p>
</div>
</div>
...
...
packages/theme-default/src/common/var.css
View file @
813dc78c
...
@@ -543,5 +543,5 @@
...
@@ -543,5 +543,5 @@
/* Loading
/* Loading
--------------------------*/
--------------------------*/
--loading-spinner-size
:
42px
;
--loading-spinner-size
:
42px
;
--loading-fullscreen-spinner-size
:
64
px
;
--loading-fullscreen-spinner-size
:
50
px
;
}
}
packages/theme-default/src/input.css
View file @
813dc78c
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
border-radius
:
4px
;
border-radius
:
4px
;
transition
:
var
(
--border-transition-base
);
transition
:
var
(
--border-transition-base
);
outline
:
none
;
outline
:
none
;
font-size
:
inherit
;
line-height
:
normal
;
line-height
:
normal
;
&::placeholder
{
&::placeholder
{
...
...
packages/theme-default/src/loading.css
View file @
813dc78c
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
.el-loading-text
{
.el-loading-text
{
color
:
var
(
--color-primary
);
color
:
var
(
--color-primary
);
margin
:
3px
0
;
margin
:
3px
0
;
font-size
:
1
6
px
;
font-size
:
1
4
px
;
}
}
.circular
{
.circular
{
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
stroke-dashoffset
:
0
;
stroke-dashoffset
:
0
;
stroke-width
:
2
;
stroke-width
:
2
;
stroke
:
var
(
--color-primary
);
stroke
:
var
(
--color-primary
);
animation
:
dash
1.5s
ease-in-out
infinite
,
color
6s
ease-in-out
infinite
;
animation
:
dash
1.5s
ease-in-out
infinite
;
stroke-linecap
:
round
;
stroke-linecap
:
round
;
}
}
...
@@ -33,10 +33,6 @@
...
@@ -33,10 +33,6 @@
.circular
{
.circular
{
width
:
var
(
--loading-fullscreen-spinner-size
);
width
:
var
(
--loading-fullscreen-spinner-size
);
}
}
.path
{
stroke-width
:
3
;
}
}
}
}
}
...
...
packages/theme-default/src/select.css
View file @
813dc78c
...
@@ -25,6 +25,14 @@
...
@@ -25,6 +25,14 @@
}
}
}
}
&
.el-input__inner
{
cursor
:
pointer
;
&:focus
{
border-color
:
var
(
--select-input-focus-background
);
}
}
&
.el-input
{
&
.el-input
{
&
.el-input__icon
{
&
.el-input__icon
{
color
:
var
(
--select-input-color
);
color
:
var
(
--select-input-color
);
...
@@ -55,14 +63,6 @@
...
@@ -55,14 +63,6 @@
}
}
}
}
&
.el-input__inner
{
cursor
:
pointer
;
&:focus
{
border-color
:
var
(
--select-input-focus-background
);
}
}
&
.is-disabled
{
&
.is-disabled
{
&
.el-input__inner
{
&
.el-input__inner
{
cursor
:
not-allowed
;
cursor
:
not-allowed
;
...
...
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