Update layout styles for consistent dimensions across App.vue, index.html, and common.css; modify navigation redirection in index and policyList pages
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta charset="UTF-8" />
|
||||
<style>
|
||||
html,body{
|
||||
width: 1080px!important;
|
||||
height: 1920px!important;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
(function() {
|
||||
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' &&
|
||||
|
||||
Reference in New Issue
Block a user