Просмотр исходного кода

调整编辑器引用的样式文件结构

任一存 3 лет назад
Родитель
Сommit
0190eb88a0

+ 1 - 5
src/assets/style/base/normalize.css

@@ -359,8 +359,4 @@
 
   p{
     margin: 0;
-  }
-
-a {
-  text-decoration: none;
-}
+  }

+ 0 - 1
src/assets/style/common.less

@@ -12,5 +12,4 @@
   top: 0;
   width: 100%;
   height: 100%;
-  background: rgba(0, 0, 0, 0.5);
 }

Разница между файлами не показана из-за своего большого размера
+ 1752 - 0
src/assets/style/style.pc.edit.less


+ 0 - 14
src/framework/EditAppLayout.vue

@@ -23,18 +23,4 @@ export default {
   height: 100%;
   overflow: hidden;
 }
-.el-message--success, .el-message--warning, .el-message--error, .el-message--info{
-  background: #1F1F1F!important;
-  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.2), 0px 6px 16px 0px rgba(0, 0, 0, 0.32), 0px 3px 6px -4px rgba(0, 0, 0, 0.48)!important;
-  border-radius: 40px!important;
-  border: 1px solid #333333!important;
-  .el-message__content{
-    color: rgba(255, 255, 255, 0.6)!important;
-  }
-  .el-icon-info{
-    color: #D89614!important;
-  }
-}
-
-
 </style>

+ 1 - 2
src/pages/Edit.vue

@@ -43,6 +43,5 @@ img {
   outline: 0;
 }
 </style>
-<style lang="less" src="@/assets/style/style.pc.less"></style>
-<style lang="less" src="@/assets/style/common.less"></style>
+<style lang="less" src="@/assets/style/style.pc.edit.less"></style>
 <style src="@/assets/fonts/iconfont.css"></style>