Changes in loading css
This commit is contained in:
Родитель
2f9e71b859
Коммит
15fafe6129
27
index.css
27
index.css
|
@ -1,27 +0,0 @@
|
|||
|
||||
.bounce1,
|
||||
.bounce2 {
|
||||
-webkit-animation-delay: -0.32s;
|
||||
animation-delay: -0.32s;
|
||||
}
|
||||
|
||||
.loader > div {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background-color: #00BCD4;
|
||||
border-radius: 100%;
|
||||
display: inline-block;
|
||||
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
|
||||
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
|
||||
}
|
||||
.splash {
|
||||
color: #00BCD4;
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-top: -90px;
|
||||
margin-left: -100px;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
|
@ -8,9 +8,11 @@
|
|||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||||
<link rel="shortcut icon" href="static/favicon.ico" />
|
||||
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="https://cdn.syncfusion.com/ej2/fabric.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
<template>
|
||||
<div id="app" v-on:click="closeMenus">
|
||||
<link href="https://cdn.syncfusion.com/ej2/fabric.css" rel="stylesheet" />
|
||||
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
|
||||
<div class="control-section">
|
||||
<div id="wrapper">
|
||||
<title>IT Asset Management</title>
|
||||
|
@ -74,13 +72,14 @@ html {
|
|||
font-size: 20px;
|
||||
padding: 10px 10px;
|
||||
/* position: relative; */
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
min-height: fill-available;
|
||||
min-height: -webkit-fill-available;
|
||||
min-height: -moz-available;
|
||||
background: linear-gradient(#F9FBFC, #E3E7F0);
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.top-row {
|
||||
padding-top: 10px;
|
||||
|
@ -532,6 +531,9 @@ export default Vue.extend({
|
|||
bellColor: Browser.isDevice ? '#fff' : '#999999'
|
||||
}
|
||||
},
|
||||
mounted: function () {
|
||||
window.dispatchEvent(new Event('resize'))
|
||||
},
|
||||
methods: {
|
||||
onComplete: function (args) {
|
||||
var name = this.$router.currentRoute.name
|
||||
|
|
Двоичные данные
src/assets/Notification.png
Двоичные данные
src/assets/Notification.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 564 B |
|
@ -1,9 +0,0 @@
|
|||
<template>
|
||||
<div></div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
}
|
||||
</script>
|
||||
<style scoped>
|
||||
</style>
|
Загрузка…
Ссылка в новой задаче