zhanghaoyu 6 years ago
parent
commit
4d54c078a8

+ 11 - 0
js/util.js

@ -289,3 +289,14 @@ Date.prototype.Format = function (fmt) { //author: meizz
		(("00" + o[k]).substr(("" + o[k]).length)));
	return fmt;
  }
function updateFontSize(){
	var width = document.body.clientWidth
	debugger
	console.log(width)
	if(width >= 1920) {
		$('html').css('font-size', width/10 + 'px')
	} else {
		$(document.body).css('overflow', 'auto')
		$('html').css('font-size', width/7.7 + 'px')
	}
}

+ 13 - 1
page/bigData/css/alert.css

@ -239,7 +239,10 @@ body {
  color: #fff!important;
}
.layui-laydate {
  left: 4.453125rem !important;
  left: 4.454125rem!important;
  font-size: .072917rem!important;
  border: solid 1px #009dfe!important;
  box-sizing: border-box;
}
.layui-laydate .laydate-disabled,
.layui-laydate .laydate-disabled:hover {
@ -258,3 +261,12 @@ body {
  display: block;
  margin: .208333rem auto .078125rem;
}
.layui-laydate-header i {
  font-size: .09375rem!important;
}
.laydate-theme-molv.layui-laydate-range {
  width: 2.86742rem !important;
}
.laydate-theme-molv .layui-laydate-main {
  width: 1.427083rem!important;
}

+ 10 - 1
page/bigData/css/alert.less

@ -183,7 +183,7 @@ body{
    }
}
.layui-laydate{
    left: 4.453125rem!important
    left: 4.454125rem!important;font-size: .072917rem!important;border: solid 1px #009dfe!important;box-sizing: border-box;
}
.layui-laydate .laydate-disabled, .layui-laydate .laydate-disabled:hover{
    color: #0c324f!important;
@ -196,4 +196,13 @@ body{
    img{
        display: block;margin: .208333rem auto .078125rem;
    }
}
.layui-laydate-header i{
    font-size: .09375rem!important;
}
.laydate-theme-molv.layui-laydate-range{
    width: 2.86742rem!important
}
.laydate-theme-molv .layui-laydate-main{
    width: 1.427083rem!important;
}

+ 1 - 0
page/bigData/js/alert1.js

@ -39,6 +39,7 @@ new Vue({
	mounted: function() {
        var vm = this;
        this.formatDate();
        updateFontSize();
        this.initData(this.type);
        var myDate = new Date();
        var maxMonth = myDate.getMonth()+1; //获取当前月份(0-11,0代表1月)

+ 1 - 0
page/bigData/js/alert2.js

@ -38,6 +38,7 @@ new Vue({
	},
	mounted: function() {
        var vm = this;
        updateFontSize();
        this.formatDate();
        this.initData(this.type);
        var myDate = new Date();

+ 1 - 0
page/bigData/js/alert3.js

@ -38,6 +38,7 @@ new Vue({
	},
	mounted: function() {
        var vm = this;
        updateFontSize();
        this.formatDate();
        var t = new Date(vm.firstMonth+'-'+'01');
        t = Date.parse(t)-3600*24*42*1000

+ 1 - 0
page/bigData/js/alert4.js

@ -37,6 +37,7 @@ new Vue({
	},
	mounted: function() {
        var vm = this;
        updateFontSize();
        this.formatDate();
        this.initData(this.type);
        var myDate = new Date();

+ 1 - 0
page/bigData/js/alert5.js

@ -32,6 +32,7 @@ new Vue({
	},
	mounted: function() {
        var vm = this;
        updateFontSize();
        this.formatDate();
        this.initData(this.type);
        var myDate = new Date();

+ 1 - 0
page/bigData/js/alert6.js

@ -32,6 +32,7 @@ new Vue({
	},
	mounted: function() {
        var vm = this;
        updateFontSize();
        this.formatDate();
        this.initData(this.type);
        var myDate = new Date();