Commit b17cc118 by zhousil

style,file video

parent dbe0c4f4
......@@ -14,6 +14,15 @@
margin-bottom: 4px;
.total-price {
color: #e84929;
white-space: nowrap;
}
.paid-money{
color: #e84929;
margin: 0 10px;
white-space: nowrap;
}
.plan-status{
white-space: nowrap;
}
.item-title {
max-width: 185px;
......
......@@ -217,7 +217,7 @@
private allowLoadFile() {
this.acceptType =
limitedFileExtension.map((i) => `.${i}`).join(",") + ",image/*";
limitedFileExtension.map((i) => `.${i}`).join(",") + ",image/*,video/*";
}
private async handlePasteEvent(event: ClipboardEvent) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment