Browse Source

代码改造

master
Viviman 2 years ago
parent
commit
0389061dc0
  1. 2
      web/src/components/Breadcrumb/index.vue
  2. 2
      web/src/components/HeaderSearch/index.vue
  3. 2
      web/src/components/RightPanel/index.vue
  4. 2
      web/src/components/pic-upload-two/index.vue
  5. 2
      web/src/components/singlematerial/index.vue

2
web/src/components/Breadcrumb/index.vue

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

2
web/src/components/HeaderSearch/index.vue

@ -139,7 +139,7 @@ export default {
}
</script>
<style lang="scss" scoped>
<style type="text/scss" rel="stylesheet/scss" lang="scss" scoped>
.header-search {
font-size: 0 !important;

2
web/src/components/RightPanel/index.vue

@ -88,7 +88,7 @@ export default {
}
</style>
<style lang="scss" scoped>
<style type="text/scss" rel="stylesheet/scss" lang="scss" scoped>
.rightPanel-background {
position: fixed;
top: 0;

2
web/src/components/pic-upload-two/index.vue

@ -55,7 +55,7 @@ export default {
}
</script>
<style lang="scss" scoped>
<style type="text/scss" rel="stylesheet/scss" lang="scss" scoped>
.pic-uploader-component .el-upload {
border: 1px dashed #d9d9d9;
border-radius: 6px;

2
web/src/components/singlematerial/index.vue

@ -463,7 +463,7 @@ export default {
}
</script>
<style lang="scss" scoped>
<style type="text/scss" rel="stylesheet/scss" lang="scss" scoped>
/deep/ .el-icon-circle-close{
color: red;
}

Loading…
Cancel
Save