Bladeren bron

Merge branch 'master' of https://git.cocorobo.cn/jack/EvenManage

zengyicheng 2 jaren geleden
bovenliggende
commit
6799ccd60f

+ 1 - 1
dist/index.html

@@ -25,4 +25,4 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.013054ee0e12f8e5e4bcb78200c08d16.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.54137663e2d4743b49a8.js></script><script type=text/javascript src=./static/js/app.2702353c58a8b4f1ff92.js></script></body></html><script>document.domain = document.domain.split(".").slice(-2).join(".");</script>
+    }</style><link href=./static/css/app.d951513ccac567a8f947780744f1e94c.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.54137663e2d4743b49a8.js></script><script type=text/javascript src=./static/js/app.f8f9a930313e13781ec7.js></script></body></html><script>document.domain = document.domain.split(".").slice(-2).join(".");</script>

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.d951513ccac567a8f947780744f1e94c.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.d951513ccac567a8f947780744f1e94c.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.2702353c58a8b4f1ff92.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.2702353c58a8b4f1ff92.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.f8f9a930313e13781ec7.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.f8f9a930313e13781ec7.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 62 - 1
src/components/tools/wangEnduit.vue

@@ -173,7 +173,7 @@ export default {
 };
 </script>  
   
-<style lang="css">
+<style lang="css" scoped>
 .editor {
   width: 100%;
   margin: 10px auto;
@@ -188,4 +188,65 @@ export default {
   height: 230px;
   overflow: auto;
 }
+
+/* table 样式 */
+.editor>>>table {
+  border-top: 1px solid #ccc;
+  border-left: 1px solid #ccc;
+}
+
+.editor>>>table td,
+.editor>>>table th {
+  border-bottom: 1px solid #ccc;
+  border-right: 1px solid #ccc;
+  padding: 20px 5px;
+}
+
+.editor>>>table th {
+  border-bottom: 2px solid #ccc;
+  text-align: center;
+}
+
+/* blockquote 样式 */
+.editor>>>blockquote {
+  display: block;
+  border-left: 8px solid #d0e5f2;
+  padding: 5px 10px;
+  margin: 10px 0;
+  line-height: 1.4;
+  font-size: 100%;
+  background-color: #f1f1f1;
+}
+
+/* code 样式 */
+.editor>>>code {
+  display: inline-block;
+  *display: inline;
+  *zoom: 1;
+  background-color: #f1f1f1;
+  border-radius: 3px;
+  padding: 3px 5px;
+  margin: 0 3px;
+}
+
+.editor>>>pre code {
+  display: block;
+}
+
+/* ul ol 样式 */
+.editor>>>ul,
+ol {
+  margin: 10px 0 10px 20px;
+}
+
+.editor>>>.w-e-text p, 
+.editor>>>.w-e-text h1, 
+.editor>>>.w-e-text h2, 
+.editor>>>.w-e-text h3, 
+.editor>>>.w-e-text h4, 
+.editor>>>.w-e-text h5, 
+.editor>>>.w-e-text table, 
+.editor>>>.w-e-text pre{
+  line-height: 1.7;
+}
 </style>  

Some files were not shown because too many files changed in this diff