askbot-dragon 0.7.13 → 0.7.14
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
|
@@ -1671,7 +1671,9 @@ export default {
|
|
|
1671
1671
|
color: #366AFF;
|
|
1672
1672
|
}
|
|
1673
1673
|
}
|
|
1674
|
-
|
|
1674
|
+
/deep/.el-select-dropdown__item.selected{
|
|
1675
|
+
color: #366aff;
|
|
1676
|
+
}
|
|
1675
1677
|
/deep/.el-upload-list--picture-card{
|
|
1676
1678
|
.el-upload-list__item{
|
|
1677
1679
|
width: 74px;
|
|
@@ -1892,6 +1894,8 @@ export default {
|
|
|
1892
1894
|
display: flex;
|
|
1893
1895
|
overflow: hidden;
|
|
1894
1896
|
margin-right: 0;
|
|
1897
|
+
display: flex;
|
|
1898
|
+
align-items:center;
|
|
1895
1899
|
}
|
|
1896
1900
|
.el-checkbox__label{
|
|
1897
1901
|
font-size: 1em;
|