Commit 39a81a1d authored by mercury233's avatar mercury233

fix settings dialog

parent 483feb91
...@@ -92,3 +92,7 @@ lobby[hidden], webview[hidden] { ...@@ -92,3 +92,7 @@ lobby[hidden], webview[hidden] {
#navbar { #navbar {
z-index: 100; z-index: 100;
} }
#settings-modal .modal-dialog {
margin-top: 50px;
}
\ No newline at end of file
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
<button i18n type="button" class="btn btn-secondary" data-dismiss="modal">取消</button> <button i18n type="button" class="btn btn-secondary" data-dismiss="modal">取消</button>
<button i18n type="submit" class="btn btn-primary">确定</button> <button i18n type="submit" class="btn btn-primary" data-dismiss="modal">确定</button>
</div> </div>
</form> </form>
</div> </div>
......
...@@ -120,6 +120,7 @@ export class MyCardComponent implements OnInit { ...@@ -120,6 +120,7 @@ export class MyCardComponent implements OnInit {
remote.app.relaunch(); remote.app.relaunch();
remote.app.quit(); remote.app.quit();
} }
// TODO: close the modal dialog
} }
// //
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment