@@ -761,4 +761,19 @@ export default {
color: white;
text-indent: 0.5em;
}
+/* 选取文件 */
+::v-deep .el-upload-list__item {
+ width: 300px;
+}
+::v-deep .el-upload-list__item a {
+ color: white;
+ text-indent: 0.5em;
+::v-deep .el-upload-list__item a .el-link--inner{
+ padding: 8px;
+ line-height: 10px;
+::v-deep .el-select-dropdown__item {
</style>