From 316877c1d9e5b6d92334f30b03d97d7e833cd934 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 02 二月 2021 16:01:57 +0800
Subject: [PATCH] 2021-02-02

---
 src/menu/components/code/sandbox/codecontent/index.scss |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/src/menu/components/code/sandbox/codecontent/index.scss b/src/menu/components/code/sandbox/codecontent/index.scss
new file mode 100644
index 0000000..f2f0d33
--- /dev/null
+++ b/src/menu/components/code/sandbox/codecontent/index.scss
@@ -0,0 +1,26 @@
+.braft-content {
+  .media-wrap {
+    max-width: 100%;
+  }
+  img {
+    max-width: 100%;
+  }
+  video {
+    max-width: 100%;
+    width: 100%;
+  }
+  table {
+    width: 100%;
+    border-collapse: collapse;
+    border-spacing: 0;
+    margin: 10px 0px;
+    tr:first-child {
+      background-color: #f0f0f0;
+    }
+    td, th {
+      padding: 5px 14px;
+      font-size: 16px;
+      border: 1px solid #ddd;
+    }
+  }
+}
\ No newline at end of file

--
Gitblit v1.8.0