diff --git a/src/views/zy/jiaoXueDanYuanNeiRong/index.vue b/src/views/zy/jiaoXueDanYuanNeiRong/index.vue
index 2cf2089..8a1ccf6 100644
--- a/src/views/zy/jiaoXueDanYuanNeiRong/index.vue
+++ b/src/views/zy/jiaoXueDanYuanNeiRong/index.vue
@@ -2,14 +2,14 @@
-
-
提示:每一个小的章节,都可以上传章节相关的教学资源
+
+
提示:每一个小的章节,都可以上传章节相关的教学资源
@@ -62,7 +62,7 @@
{{ one.sort }}.{{ two.sort }}:
@@ -75,7 +75,7 @@
-
+
@@ -128,8 +128,8 @@
{{ threePageData.three.title }}
-
-
+
+
@@ -674,9 +674,14 @@
.ainput {
width: 100%;
-}
+ }
+ .ainputpad {
+ padding: 3px 0;
+ border-radius: 3px;
+
+ }
.ainputNoEdit {
- border: #d9d9d9 solid 1px;
+ border: #d9d9d9 solid 1px;
}
.inputd {
@@ -707,8 +712,8 @@
padding-bottom: 0;
}
.ant-card-body {
- padding-top: 0;
- }
+ padding: 5px;
+}
}
.example {
@@ -718,6 +723,18 @@
position: absolute;
left: 50%;
top: 50%;
+ }
+.ant-empty {
+ margin: 25% 8px;
+ font-size: 14px;
+ line-height: 1.5715;
+ text-align: center;
+ }
+.ant-btn-sm {
+ height: 28px;
+ padding: 0px 8px;
+ font-size: 14px;
+ border-radius: 2px;
}
-
+
\ No newline at end of file