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

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

View File

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

View File

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

View File

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

View File

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

View File

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