template精简

master
toesbieya 6 years ago
parent abc8c178e6
commit 3e01d306c3
  1. BIN
      vue/template/public/static/img/fileType/doc.png
  2. BIN
      vue/template/public/static/img/fileType/pdf.png
  3. BIN
      vue/template/public/static/img/fileType/ppt.png
  4. BIN
      vue/template/public/static/img/fileType/rar.png
  5. BIN
      vue/template/public/static/img/fileType/txt.png
  6. BIN
      vue/template/public/static/img/fileType/xls.png
  7. BIN
      vue/template/public/static/img/fileType/zip.png
  8. 130
      vue/template/src/asset/style/index.scss

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

@ -65,14 +65,6 @@ a:hover {
}
}
.clearfix {
@include clearfix;
}
.overflow-hidden {
overflow: hidden !important;
}
.flex {
display: flex;
flex-wrap: wrap;
@ -80,68 +72,6 @@ a:hover {
align-content: space-between;
}
/*----------路由页面的最大高度开始----------*/
$page-header-offsetHeight: $page-header-line-height + #{$page-view-margin * 2};
.max-view-height.full {
height: 100vh;
}
.max-view-height {
overflow-y: hidden;
max-height: calc(100vh - #{$page-view-margin * 2});
}
.has-nav .max-view-height {
max-height: calc(100vh - #{$page-view-margin * 2} - #{$nav-height});
}
.has-tags-view .max-view-height {
max-height: calc(100vh - #{$page-view-margin * 2} - #{$tags-view-height});
}
.has-page-header .max-view-height {
max-height: calc(100vh - #{$page-view-margin * 2} - #{$page-header-offsetHeight});
}
.has-nav.has-tags-view .max-view-height {
max-height: calc(100vh - #{$page-view-margin * 2} - #{$nav-height} - #{$tags-view-height});
}
.has-nav .has-page-header .max-view-height {
max-height: calc(100vh - #{$page-view-margin * 2} - #{$nav-height} - #{$page-header-offsetHeight});
}
.has-nav.has-tags-view .has-page-header .max-view-height {
max-height: calc(100vh - #{$page-view-margin * 2} - #{$nav-height} - #{$tags-view-height} - #{$page-header-offsetHeight});
}
/*----------路由页面的最大高度结束----------*/
.table-container {
margin-top: 10px;
}
.table-image {
cursor: pointer;
display: inline-block;
height: 32px;
width: 32px;
border-radius: 50%;
vertical-align: middle;
overflow: hidden;
}
.card-container {
position: relative;
.el-scrollbar__wrap {
overflow-x: hidden;
}
}
.tip-row {
position: relative;
z-index: 1;
@ -168,63 +98,3 @@ $page-header-offsetHeight: $page-header-line-height + #{$page-view-margin * 2};
text-decoration: underline;
}
}
//小圆点
.dot {
width: 6px;
height: 6px;
display: inline-block;
border-radius: 50%;
vertical-align: middle;
position: relative;
top: -1px;
margin-right: 11px;
background: $--color-info;
&.success {
background: $--color-success;
}
&.primary {
background: $--color-primary;
}
&.error {
background: $--color-danger;
}
}
.button-group {
.el-button {
margin-top: 10px;
margin-right: 10px;
& + .el-button {
margin-left: 0;
}
}
}
.table-add-btn {
margin: 8px 0;
.el-button {
width: 100%;
}
}
.el-form-item__content {
> .el-tree {
margin-top: 8px;
}
> .el-switch {
vertical-align: baseline;
}
}
.el-table a {
color: $--color-primary;
}

Loading…
Cancel
Save