fix: 详情弹框默认宽度改为800px
This commit is contained in:
@@ -1237,7 +1237,7 @@ INDEX_TEMPLATE = '''
|
||||
#detailModal .modal-dialog {
|
||||
max-width: 95vw;
|
||||
min-width: 400px;
|
||||
width: 600px;
|
||||
width: 800px;
|
||||
margin: 10px auto;
|
||||
}
|
||||
#detailModal .modal-content {
|
||||
|
||||
Reference in New Issue
Block a user