mirror of
https://github.com/lsky-org/lsky-pro.git
synced 2025-01-08 11:57:52 +08:00
💄 完善上传组件
This commit is contained in:
parent
8040d0de1f
commit
ac1b39070a
1557
package-lock.json
generated
1557
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
4
public/css/app.css
vendored
4
public/css/app.css
vendored
@ -1313,6 +1313,10 @@ select {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(71 85 105 / var(--tw-text-opacity));
|
||||
}
|
||||
.text-green-800 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(22 101 52 / var(--tw-text-opacity));
|
||||
}
|
||||
.underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
@ -115,7 +115,7 @@
|
||||
break;
|
||||
case UPLOAD_SUCCESS:
|
||||
msg = '上传成功';
|
||||
$info.addClass('text-green-500');
|
||||
$info.addClass('text-green-800');
|
||||
break;
|
||||
case UPLOAD_ERROR:
|
||||
msg = '上传失败';
|
||||
|
@ -71,7 +71,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-col space-y-2 mb-5 px-5 w-full">
|
||||
<div class="flex flex-col space-y-2 mb-5 px-5 w-full mt-10">
|
||||
<p class="text-gray-700 text-sm">容量使用</p>
|
||||
<progress class="w-full h-1.5 bg-gary-300" value="90" max="100"></progress>
|
||||
<p class="text-gray-700 text-sm truncate" title="0.00 Bytes / 1.00 GB">0.00 Bytes / 1.00 GB</p>
|
||||
|
Loading…
Reference in New Issue
Block a user