This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git


The following commit(s) were added to refs/heads/next by this push:
     new 643a711  tweak style. remove element babel plugin
643a711 is described below

commit 643a7113c1eb6996315227ff4faffdc893103d70
Author: pissang <bm2736...@gmail.com>
AuthorDate: Thu Aug 13 18:51:09 2020 +0800

    tweak style. remove element babel plugin
---
 .babelrc             | 8 +-------
 package.json         | 1 -
 src/style/mixin.scss | 3 +--
 3 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/.babelrc b/.babelrc
index 6b217ab..e87d71a 100644
--- a/.babelrc
+++ b/.babelrc
@@ -1,11 +1,5 @@
 {
     "presets": [["@babel/preset-env", {
         "modules": false
-    }]],
-    "plugins": [
-        ["component", {
-            "libraryName": "element-ui",
-            "styleLibraryName": "theme-chalk"
-        }]
-    ]
+    }]]
 }
\ No newline at end of file
diff --git a/package.json b/package.json
index ec0e2f2..13fda6a 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,6 @@
     "@babel/core": "^7.10.2",
     "@babel/preset-env": "^7.10.2",
     "babel-loader": "^8.1.0",
-    "babel-plugin-component": "^1.1.1",
     "chalk": "^3.0.0",
     "concurrently": "^5.2.0",
     "copy-dir": "^0.3.0",
diff --git a/src/style/mixin.scss b/src/style/mixin.scss
index 26e14ea..664a879 100644
--- a/src/style/mixin.scss
+++ b/src/style/mixin.scss
@@ -30,8 +30,7 @@
     }
 
     iframe {
-        border: 1px solid #ccc;
-        border-radius: 5px;
+        border: none;
         display: block;
         margin-top: 5px;
         max-width: 100%;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to