Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

PUBLIC / surfer-okd

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 13df9f95 authored 7 years ago by Johannes Zellner's avatar Johannes Zellner
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

Port app to element ui

1 parent 312b92f5
Expand all Show whitespace changes
Inline Side-by-side
Showing with 66 additions and 25 deletions
  • frontend/css/bootstrap.css
  • frontend/css/bootstrap.css.map
  • frontend/css/bootstrap.min.css
  • frontend/css/bootstrap.min.css.map
  • frontend/css/font-awesome.css
  • frontend/css/font-awesome.min.css
  • frontend/css/fonts/element-icons.ttf
  • frontend/css/fonts/element-icons.woff
  • frontend/css/style.css
  • frontend/css/theme-chalk.css
  • frontend/index.html
  • frontend/js/app.js
  • frontend/js/bootstrap.min.js
  • frontend/js/element-ui.js
  • frontend/js/vue.js
frontend/css/bootstrap.css deleted 100644 → 0
View file @312b92f
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
frontend/css/bootstrap.css.map deleted 100644 → 0
View file @312b92f
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
frontend/css/bootstrap.min.css deleted 100644 → 0
View file @312b92f
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
frontend/css/bootstrap.min.css.map deleted 100644 → 0
View file @312b92f
This diff is collapsed. Click to expand it.
frontend/css/font-awesome.css deleted 100644 → 0
View file @312b92f
This diff is collapsed. Click to expand it.
frontend/css/font-awesome.min.css deleted 100644 → 0
View file @312b92f
This diff is collapsed. Click to expand it.
frontend/css/fonts/element-icons.ttf 0 → 100644
View file @13df9f9
No preview for this file type
This diff is collapsed. Click to expand it.
frontend/css/fonts/element-icons.woff 0 → 100644
View file @13df9f9
No preview for this file type
This diff is collapsed. Click to expand it.
frontend/css/style.css
View file @13df9f9
html, body {
min-height: 100%;
width: 100%;
height: 100%;
padding: 0;
body {
margin: 0;
font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
font-weight: 400;
color: rgb(96, 98, 102);
}
body {
padding-bottom: 70px;
body > .el-container {
height: 100%;
}
.el-main {
padding: 10px;
}
.el-header {
padding: 10px 20px;
box-shadow: 0 1px 7px rgba(0,0,0,0.3);
height: 52px !important;
}
.el-footer {
padding: 3px 20px;
font-size: 14px;
text-align: center;
}
a {
color: #66b1ff;
text-decoration: none;
}
a:hover, a:focus {
color: #409EFF;
text-decoration: none;
}
.el-table a {
color: rgb(96, 98, 102);
}
.el-table a:hover {
color: #66b1ff;
}
.el-table td {
padding: 5px 0;
cursor: pointer;
font-size: 14px;
}
.el-table th {
font-size: 12px;
}
.el-table__row .list-actions .el-button {
visibility: hidden;
}
.el-table__row:hover .list-actions .el-button {
visibility: visible;
}
.el-breadcrumb {
border: 1px solid #ebeef5;
border-radius: 5px;
padding: 7px;
}
/* old */
.wrapper {
display: table;
width: 100%;
......@@ -43,24 +102,6 @@ pre {
margin-bottom: 40px;
}
footer {
position: fixed;
background-color: #efefef;
bottom: 0;
width: 100%;
color: #555;
font-size: 14px;
padding: 5px;
z-index: 13;
opacity: .5;
-webkit-transition: all .25s;
transition: all .25s;
}
footer:hover {
opacity: 1;
}
td {
vertical-align: middle !important;
overflow: hidden;
......
This diff is collapsed. Click to expand it.
frontend/css/theme-chalk.css 0 → 100644
View file @13df9f9
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
frontend/index.html
View file @13df9f9
This diff is collapsed. Click to expand it.
frontend/js/app.js
View file @13df9f9
This diff is collapsed. Click to expand it.
frontend/js/bootstrap.min.js deleted 100644 → 0
View file @312b92f
This diff is collapsed. Click to expand it.
frontend/js/element-ui.js 0 → 100644
View file @13df9f9
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
frontend/js/vue.js 0 → 100644
View file @13df9f9
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
  • Please register or sign in to post a comment