Skip to content

Commit d6ad2af

Browse files
committed
drop shadow
1 parent bf921ab commit d6ad2af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/templates/admin/panel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div style="margin:0 auto;display: block; background: #fff; width: 1000px;" >
1+
<div style="margin:0 auto;display: block; background: #fff; width: 1000px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);" >
22
<div class="top">
33
<div class="top-menu">
44
<span style="float:left;">

web/templates/user/panel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div style="margin:0 auto;display: block; background: #fff; width: 1000px;" >
1+
<div style="margin:0 auto;display: block; background: #fff; width: 1000px;box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);" >
22
<div class="top">
33
<div class="top-menu">
44
<span style="float:left;">

0 commit comments

Comments
 (0)