askbot-dragon 0.6.21 → 0.6.22

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": "askbot-dragon",
3
- "version": "0.6.21",
3
+ "version": "0.6.22",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -1648,16 +1648,19 @@ export default {
1648
1648
  text-align: center;
1649
1649
  border-top: 1px solid #EEEEEE;
1650
1650
  }
1651
+ /deep/.ck.ck-editor{
1652
+ padding: 0 16px;
1653
+ }
1651
1654
  /deep/.ck.ck-toolbar{
1652
1655
  border-color:#E0E6F7;
1653
- border-top-left-radius: 5px!important;
1654
- border-top-right-radius: 5px!important;
1656
+ border-top-left-radius: 9px!important;
1657
+ border-top-right-radius: 9px!important;
1655
1658
  }
1656
1659
  /deep/.ck.ck-editor__editable_inline{
1657
1660
  border-color:#E0E6F7;
1658
- min-height: 130px!important;
1659
- border-bottom-left-radius: 5px!important;
1660
- border-bottom-right-radius: 5px!important;
1661
+ min-height: 150px!important;
1662
+ border-bottom-left-radius: 9px!important;
1663
+ border-bottom-right-radius: 9px!important;
1661
1664
  }
1662
1665
  }
1663
1666
  .pcFormClass{
@@ -1786,7 +1789,7 @@ export default {
1786
1789
  .explan-ation-div{
1787
1790
  display: flex;
1788
1791
  /* padding: 4px 16px;*/
1789
- padding: 4px 0;
1792
+ padding: 4px;
1790
1793
  }
1791
1794
  .explan-ation-p{
1792
1795
  color: #4C61E1;font-size: 14px;margin: 16px 4px;