askbot-dragon 0.6.20 → 0.6.21

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.20",
3
+ "version": "0.6.21",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -1650,10 +1650,14 @@ export default {
1650
1650
  }
1651
1651
  /deep/.ck.ck-toolbar{
1652
1652
  border-color:#E0E6F7;
1653
+ border-top-left-radius: 5px!important;
1654
+ border-top-right-radius: 5px!important;
1653
1655
  }
1654
1656
  /deep/.ck.ck-editor__editable_inline{
1655
1657
  border-color:#E0E6F7;
1656
- min-height: 120px!important;
1658
+ min-height: 130px!important;
1659
+ border-bottom-left-radius: 5px!important;
1660
+ border-bottom-right-radius: 5px!important;
1657
1661
  }
1658
1662
  }
1659
1663
  .pcFormClass{
@@ -1663,7 +1667,8 @@ export default {
1663
1667
  padding: 8px 0;
1664
1668
  .field-item-name{
1665
1669
  padding-bottom: 8px;
1666
- color: #A9B3C6;
1670
+ /*color: #A9B3C6;*/
1671
+ color: #000000;
1667
1672
  }
1668
1673
  }
1669
1674
  /deep/.el-upload--picture-card{
@@ -1744,22 +1749,25 @@ export default {
1744
1749
  padding: 8px 16px;
1745
1750
  .fileName{
1746
1751
  padding-bottom: 8px;
1747
- color: #A9B3C6;
1752
+ /* color: #A9B3C6;*/
1753
+ color: #000000;
1748
1754
  }
1749
1755
  }
1750
1756
  .workorder_description{
1751
- padding: 8px 16px;
1757
+ /* padding: 8px 16px;*/
1758
+ padding: 8px 0;
1752
1759
  /*font-size: 14px;*/
1753
1760
  .field-name{
1754
1761
  width: 100%;
1755
1762
  text-align: left;
1756
- color: #A9B3C6;
1763
+ /* color: #A9B3C6;*/
1764
+ color: #000000;
1757
1765
  line-height: 1;
1758
1766
  padding-bottom: 8px;
1759
1767
  }
1760
- .required-name{
1768
+ /*.required-name{
1761
1769
  margin-left: -6px;
1762
- }
1770
+ }*/
1763
1771
 
1764
1772
  /* /deep/.ck-content .image img{
1765
1773
  max-width: 200px!important;
@@ -1777,7 +1785,8 @@ export default {
1777
1785
  .explan-ation{
1778
1786
  .explan-ation-div{
1779
1787
  display: flex;
1780
- padding: 4px 16px;
1788
+ /* padding: 4px 16px;*/
1789
+ padding: 4px 0;
1781
1790
  }
1782
1791
  .explan-ation-p{
1783
1792
  color: #4C61E1;font-size: 14px;margin: 16px 4px;
@@ -1821,7 +1830,8 @@ export default {
1821
1830
  /deep/.van-field__label{
1822
1831
  width: 100%;
1823
1832
  text-align: left;
1824
- color: #A9B3C6!important;
1833
+ /*color: #A9B3C6!important;*/
1834
+ color: #000000!important;
1825
1835
  display: flex;
1826
1836
  align-items: center;
1827
1837
  line-height: 1;