Ver Fonte

:bug: Fixing a bug. #928 前端新增、修改dialog弹出框右上角按钮样式存在问题,涉及多个功能界面

冷冷 há 5 anos atrás
pai
commit
1c8af02bce

src/styles/wechat/css/base.css → src/components/wechat/css/base.css


src/styles/wechat/css/index.css → src/components/wechat/css/index.css


src/styles/wechat/css/media_dialog&emotion_editor&msg_tab&emoji&msg_sender&tooltip.css → src/components/wechat/css/media_dialog&emotion_editor&msg_tab&emoji&msg_sender&tooltip.css


+ 3 - 3
src/components/wechat/index.vue

@@ -1042,6 +1042,6 @@ export default {
   }
 }
 </script>
-
-<style>
-</style>
+<style src="./css/base.css"/>
+<style src="./css/index.css"/>
+<style src="./css/media_dialog&emotion_editor&msg_tab&emoji&msg_sender&tooltip.css"/>

+ 0 - 2
src/styles/common.scss

@@ -18,8 +18,6 @@
 @import './media.scss';
 //通用配置
 @import './normalize.scss';
-//微信
-@import './wechat/index.scss';
 
 a {
   text-decoration: none;

+ 0 - 4
src/styles/wechat/index.scss

@@ -1,4 +0,0 @@
-
-@import "./wechat/css/base.css";
-@import "./wechat/css/index.css";
-@import "./wechat/css/media_dialog&emotion_editor&msg_tab&emoji&msg_sender&tooltip.css";