fmui-base 2.0.50 → 2.0.51

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/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  ---npm publish
4
4
 
5
5
  ## 更新日志
6
+ - 2.0.51:移动门户日程部件样式修改
6
7
  - 2.0.50:移动门户部件标题修改
7
8
  - 2.0.49:移动门户图表组件修改
8
9
  - 2.0.48:移动门户组件修改
@@ -457,6 +457,7 @@
457
457
  .t-slide-item-inner {
458
458
  background-size: 100% 100%;
459
459
  background-repeat: no-repeat;
460
+ padding: 16px;
460
461
  }
461
462
 
462
463
  .t-slide-item img {
@@ -693,7 +694,7 @@
693
694
 
694
695
  .rc-item-title {
695
696
  padding: 0 16px;
696
- background: #FFF6F5;
697
+ background: rgba(112, 58, 58, 0.06);
697
698
  border-radius: 4px;
698
699
  line-height: 36px;
699
700
  height: 36px;
@@ -704,7 +705,7 @@
704
705
  .rc-item.rc-completed {
705
706
  .rc-item-title {
706
707
  color: #ccc;
707
- background: #F9F9FA;
708
+ background: rgb(249, 249, 250);
708
709
  }
709
710
  }
710
711
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.0.50",
3
+ "version": "2.0.51",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",