1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-06 03:57:53 +08:00
This commit is contained in:
Pan 2019-03-25 15:18:52 +08:00
parent 3c0415c86d
commit c48777ff2d
29 changed files with 32 additions and 32 deletions

View File

@ -58,7 +58,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
.app-breadcrumb.el-breadcrumb { .app-breadcrumb.el-breadcrumb {
display: inline-block; display: inline-block;
font-size: 14px; font-size: 14px;

View File

@ -99,7 +99,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
.dndList { .dndList {
background: #fff; background: #fff;
padding-bottom: 40px; padding-bottom: 40px;

View File

@ -197,7 +197,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
// Fonts: // Fonts:
$font-size-base: 16px; $font-size-base: 16px;
$font-size-small: 18px; $font-size-small: 18px;

View File

@ -77,7 +77,7 @@ export default {
} }
</style> </style>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
.rightPanel-background { .rightPanel-background {
opacity: 0; opacity: 0;
transition: opacity .3s cubic-bezier(.7, .3, .1, 1); transition: opacity .3s cubic-bezier(.7, .3, .1, 1);

View File

@ -37,7 +37,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" > <style lang="scss" >
$n: 8; //items.length $n: 8; //items.length
$t: .1s; $t: .1s;
.share-dropdown-menu { .share-dropdown-menu {

View File

@ -101,7 +101,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
.editor-slide-upload { .editor-slide-upload {
margin-bottom: 20px; margin-bottom: 20px;
/deep/ .el-upload--picture-card { /deep/ .el-upload--picture-card {

View File

@ -78,7 +78,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
@import "~@/styles/mixin.scss"; @import "~@/styles/mixin.scss";
.upload-container { .upload-container {
width: 100%; width: 100%;

View File

@ -76,7 +76,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
.upload-container { .upload-container {
width: 100%; width: 100%;
height: 100%; height: 100%;

View File

@ -85,7 +85,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
@import "~@/styles/mixin.scss"; @import "~@/styles/mixin.scss";
.upload-container { .upload-container {
width: 100%; width: 100%;

View File

@ -57,7 +57,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
@import "~@/styles/mixin.scss"; @import "~@/styles/mixin.scss";
@import "~@/styles/variables.scss"; @import "~@/styles/variables.scss";

View File

@ -22,7 +22,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
.app-main { .app-main {
/* 50= navbar 50 */ /* 50= navbar 50 */
min-height: calc(100vh - 50px); min-height: calc(100vh - 50px);

View File

@ -85,7 +85,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
.hasTagsView { .hasTagsView {
.navbar { .navbar {
border-bottom: none; border-bottom: none;

View File

@ -77,7 +77,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
.drawer-container { .drawer-container {
padding: 24px; padding: 24px;
font-size: 14px; font-size: 14px;

View File

@ -31,7 +31,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
.sidebarLogoFade-enter-active { .sidebarLogoFade-enter-active {
transition: opacity 1.5s; transition: opacity 1.5s;
} }

View File

@ -67,7 +67,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
.scroll-container { .scroll-container {
white-space: nowrap; white-space: nowrap;
position: relative; position: relative;

View File

@ -196,7 +196,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
.tags-view-container { .tags-view-container {
height: 34px; height: 34px;
width: 100%; width: 100%;
@ -264,7 +264,7 @@ export default {
} }
</style> </style>
<style rel="stylesheet/scss" lang="scss"> <style lang="scss">
//reset element css of el-icon-close //reset element css of el-icon-close
.tags-view-wrapper { .tags-view-wrapper {
.tags-view-item { .tags-view-item {

View File

@ -61,14 +61,14 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" > <style lang="scss" >
.box-card-component{ .box-card-component{
.el-card__header { .el-card__header {
padding: 0px!important; padding: 0px!important;
} }
} }
</style> </style>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
.box-card-component { .box-card-component {
.box-card-header { .box-card-header {
position: relative; position: relative;

View File

@ -70,7 +70,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
.panel-group { .panel-group {
margin-top: 18px; margin-top: 18px;
.card-panel-col{ .card-panel-col{

View File

@ -96,7 +96,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
.dashboard-editor-container { .dashboard-editor-container {
padding: 32px; padding: 32px;
background-color: rgb(240, 242, 245); background-color: rgb(240, 242, 245);

View File

@ -40,7 +40,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
.emptyGif { .emptyGif {
display: block; display: block;
width: 45%; width: 45%;

View File

@ -29,7 +29,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
.documentation-container { .documentation-container {
margin: 50px; margin: 50px;
.document-btn { .document-btn {

View File

@ -58,7 +58,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
.errPage-container { .errPage-container {
width: 800px; width: 800px;
max-width: 100%; max-width: 100%;

View File

@ -41,7 +41,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
.wscn-http404-container{ .wscn-http404-container{
transform: translate(-50%,-50%); transform: translate(-50%,-50%);
position: absolute; position: absolute;

View File

@ -234,7 +234,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
@import "~@/styles/mixin.scss"; @import "~@/styles/mixin.scss";
.createPost-container { .createPost-container {
position: relative; position: relative;

View File

@ -171,7 +171,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss"> <style lang="scss">
/* 修复input 背景不协调 和光标变色 */ /* 修复input 背景不协调 和光标变色 */
/* Detail see https://github.com/PanJiaChen/vue-element-admin/pull/927 */ /* Detail see https://github.com/PanJiaChen/vue-element-admin/pull/927 */
@ -222,7 +222,7 @@ $cursor: #fff;
} }
</style> </style>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
$bg:#2d3a4b; $bg:#2d3a4b;
$dark_gray:#889aa4; $dark_gray:#889aa4;
$light_gray:#eee; $light_gray:#eee;

View File

@ -35,7 +35,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
.social-signup-container { .social-signup-container {
margin: 20px 0; margin: 20px 0;
.sign-btn { .sign-btn {

View File

@ -42,7 +42,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss"> <style lang="scss">
@mixin clearfix { @mixin clearfix {
&:before { &:before {
display: table; display: table;

View File

@ -89,7 +89,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
.app-container { .app-container {
/deep/ .permission-alert { /deep/ .permission-alert {
width: 320px; width: 320px;

View File

@ -42,7 +42,7 @@ export default {
} }
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style lang="scss" scoped>
.icons-container { .icons-container {
margin: 10px 20px 0; margin: 10px 20px 0;
overflow: hidden; overflow: hidden;