新增管理帖子的组件
Change-Id: I7299ad6f735064dd112f92bab7c87daa952e6dc2
diff --git a/WZY/xhs_front/src/style/NotebookPage.css b/WZY/xhs_front/src/style/NotebookPage.css
new file mode 100644
index 0000000..c47501a
--- /dev/null
+++ b/WZY/xhs_front/src/style/NotebookPage.css
@@ -0,0 +1,33 @@
+.notebook-page {
+ padding: 20px;
+}
+
+.post-table {
+ width: 100%;
+ border-collapse: collapse;
+}
+
+.post-table th,
+.post-table td {
+ border: 1px solid #ddd;
+ padding: 8px;
+ text-align: left;
+}
+
+.post-table th {
+ background: #f5f5f5;
+}
+
+.post-table button {
+ margin-right: 8px;
+ padding: 4px 8px;
+ border: none;
+ background: #ff4757;
+ color: white;
+ border-radius: 4px;
+ cursor: pointer;
+}
+
+.post-table button:hover {
+ background: #ff3742;
+}