askbot-dragon 88.0.41 → 88.0.42

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": "88.0.41",
3
+ "version": "88.0.42",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -627,6 +627,9 @@ export default {
627
627
  display: flex;
628
628
  justify-content: flex-start;
629
629
  }
630
+ .upload-source {
631
+ // flex: none;
632
+ }
630
633
  }
631
634
 
632
635
  .alc-box-introduction {
@@ -796,6 +799,7 @@ export default {
796
799
 
797
800
  .upload-source {
798
801
  margin-right: 5px;
802
+ flex: none;
799
803
  }
800
804
 
801
805
  i {
@@ -822,7 +826,7 @@ export default {
822
826
  .libang_list_cell {
823
827
  border-top: solid 1px #eeeeee;
824
828
  padding: 10px 0 10px;
825
-
829
+ font-size: 12px;
826
830
  .libang_title {
827
831
  display: flex;
828
832
  flex-wrap: wrap;
@@ -1031,7 +1035,7 @@ export default {
1031
1035
  margin-bottom: 5px;
1032
1036
  border-radius: 5px;
1033
1037
  cursor: pointer;
1034
- font-size: 14px;
1038
+ font-size: 12px;
1035
1039
 
1036
1040
  .libang_list_cell_left {
1037
1041
  margin-right: 5px;
@@ -1056,6 +1060,9 @@ export default {
1056
1060
  white-space: nowrap;
1057
1061
  line-height: 20px;
1058
1062
  }
1063
+ .upload_source {
1064
+ flex: none;
1065
+ }
1059
1066
  }
1060
1067
 
1061
1068
  .libang_source_floder {
@@ -1068,7 +1075,8 @@ export default {
1068
1075
  cursor: pointer;
1069
1076
 
1070
1077
  .iconfont {
1071
- margin: 0 8px;
1078
+ margin: 0 5px;
1079
+ font-size: 14px
1072
1080
  }
1073
1081
  }
1074
1082
  }