From 8534025c45b4736975730678b9ccf23570a75f95 Mon Sep 17 00:00:00 2001
From: liuyu <yu.liu@cqgbkj.com>
Date: 星期二, 22 九月 2026 09:25:48 +0800
Subject: [PATCH] feat(tms): 新增试卷、培训任务、个人任务页面

---
 apps/jnpf-web-apps-main/src/views/x/tms/shared/page.css |   40 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/apps/jnpf-web-apps-main/src/views/x/tms/shared/page.css b/apps/jnpf-web-apps-main/src/views/x/tms/shared/page.css
new file mode 100644
index 0000000..fc03f63
--- /dev/null
+++ b/apps/jnpf-web-apps-main/src/views/x/tms/shared/page.css
@@ -0,0 +1,40 @@
+/* TMS 璇︽儏/宸ュ叿鏉¢�氱敤鏍峰紡锛屾寜闇�鍦ㄩ〉闈� import */
+
+.tms-page-header {
+  display: flex;
+  justify-content: space-between;
+  align-items: center;
+  gap: 12px;
+  margin-bottom: 12px;
+}
+
+.tms-page-header__title {
+  font-size: 16px;
+  font-weight: 600;
+  line-height: 1.4;
+  color: rgba(0, 0, 0, 0.88);
+}
+
+.tms-page-header__sub {
+  margin-top: 4px;
+  font-size: 13px;
+  color: rgba(0, 0, 0, 0.45);
+  line-height: 1.4;
+}
+
+.tms-page-header__actions {
+  display: flex;
+  flex-wrap: wrap;
+  justify-content: flex-end;
+  gap: 8px;
+  flex-shrink: 0;
+}
+
+.tms-page-tip {
+  margin-bottom: 12px;
+}
+
+.tms-toolbar-hint {
+  font-size: 13px;
+  color: rgba(0, 0, 0, 0.45);
+}

--
Gitblit v1.8.0