This website works better with JavaScript
Home
Explore
Help
Sign In
iapt-platform
/
mint
mirror of
https://github.com/iapt-platform/mint.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
手机模式无padding border
visuddhinanda
1 year ago
parent
29836bda0e
commit
9cfb001163
1 changed files
with
5 additions
and
0 deletions
Unified View
Show Diff Stats
5
0
api-v8/resources/views/library/book/read.blade.php
+ 5
- 0
api-v8/resources/views/library/book/read.blade.php
View File
@@ -68,6 +68,11 @@
.main-container {
.main-container {
padding: 0;
padding: 0;
+
+ }
+
+ .card {
+ border: none;
}
}
}
}