视频发布

This commit is contained in:
asd
2020-10-27 12:01:25 +08:00
parent 380601ea9c
commit 0a512f38f1
4 changed files with 198 additions and 72 deletions

View File

@@ -42,5 +42,11 @@ div {
text-overflow: ellipsis;
white-space: nowrap;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
input[type="number"]{
-moz-appearance: textfield;
}
</style>