-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💄 update app detail img background. (#231)
- Loading branch information
1 parent
907e794
commit ec04903
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<!-- | ||
* @LastEditors: zhanghengxin [email protected] | ||
* @LastEditTime: 2023-09-15 11:03:15 | ||
* @LastEditTime: 2023-09-19 18:44:42 | ||
* @FilePath: /CasaOS-UI/main/src/components/Apps/AppDetailInfo.vue | ||
* @Description: | ||
* | ||
|
@@ -279,7 +279,7 @@ export default { | |
max-height: 90vh; | ||
border: 3px solid #ccc; | ||
border-radius: 1rem; | ||
box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.5); | ||
box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.2); | ||
} | ||
} | ||
|