askbot-dragon 0.6.20 → 0.6.24

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