zydx-plus 1.35.582 → 1.35.583

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zydx-plus",
3
- "version": "1.35.582",
3
+ "version": "1.35.583",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -748,7 +748,7 @@ let buttonNames = {
748
748
  0: {
749
749
  headLevel: {
750
750
  default: "demand",
751
- demand: '讲解要求',
751
+ demand: '讲课要求',
752
752
  singletonClass: this.getCurrentPrefix(item) + '讲解',
753
753
  allClass: this.getPrefix(item) + '情况',
754
754
  },
@@ -760,10 +760,10 @@ let buttonNames = {
760
760
  lowLevel: {
761
761
  default: "setTask",
762
762
  setTask: '布置任务',
763
- discuss: '学习交流',
763
+ discuss: '讲课交流',
764
764
  // groupStudy: '小组学习',
765
765
  // duplicate: '违纪查重',
766
- writingInstruction:'讲解指导',
766
+ writingInstruction:'讲课指导',
767
767
  teacherReview: '教师评价',
768
768
  studentReview: '同学互评',
769
769
  score: '成绩报告',
@@ -1824,7 +1824,7 @@ let buttonNames = {
1824
1824
  0: {
1825
1825
  headLevel: {
1826
1826
  default: "demand",
1827
- demand: '讲解要求',
1827
+ demand: '讲课要求',
1828
1828
  singletonClass: this.getCurrentPrefix(item) + '讲解',
1829
1829
  allClass: this.getPrefix(item) + '情况',
1830
1830
  },
@@ -1837,8 +1837,8 @@ let buttonNames = {
1837
1837
  default: "setTask",
1838
1838
  setTask: '任务信息',
1839
1839
  studyGroup: '小组成员',
1840
- row4: '讲解学习',
1841
- writingInstruction:'讲解指导',
1840
+ row4: '讲课学习',
1841
+ writingInstruction:'讲课指导',
1842
1842
  teacherReview: '教师评价',
1843
1843
  studentReview: '同学互评',
1844
1844
  analysis: '统计分析',
@@ -179,7 +179,7 @@ export default defineComponent({
179
179
  white-space: nowrap;
180
180
  overflow: hidden;
181
181
  height: 20px;
182
- background-color: #FFFFFF;
182
+ background-color: transparent;
183
183
  color: #000000;
184
184
  border: #000000 1px solid;
185
185
  line-height: 18px;
@@ -273,7 +273,8 @@ export default {
273
273
  default: {
274
274
  'font-size': '16px',
275
275
  'font-weight': 'bold',
276
- 'color': '#000'
276
+ 'color': '#000',
277
+ 'text-indent': '1.9em'
277
278
  }
278
279
  },
279
280
  readOnly: {
Binary file
package/src/index.js CHANGED
@@ -89,7 +89,7 @@ function install(app) {
89
89
  }
90
90
 
91
91
  export default {
92
- version: '1.35.582',
92
+ version: '1.35.583',
93
93
  install,
94
94
  Calendar,
95
95
  Message,