日迹2022.3.22

1.Invalid component name: “2popu-sgjc-jcdm”. Component names should conform to valid custom element name in html5 specification.
无效的组件名称:“2popu-sgjc-jcdm”。组件名称应符合 html5 规范中的有效自定义元素名称。

2.Unknown custom(自定义) element: - did you register the component correctly? For recursive components, make sure to provide the “name” option.
未知的自定义元素: - 您是否正确注册了组件?对于递归组件,请确保提供“名称”选项。

3.dialog遮罩层问题
3.1遮罩层在dialog下面

 <el-dialog
      title="空气质量现状"
      :visible.sync="dialogFormVisible"
      width="80%"
      :append-to-body="true"
    >

在这里插入图片描述
在这里插入图片描述
3.1遮罩层在dialog上面
在这里插入图片描述
在这里插入图片描述

append-to-body
:append-to-body="true"可以解决蒙层问题
4,You can evaluate(估算,计算,求值) simple arithmetical(算术的) expressions(表达) with the Search Everywhere window (Shift twice).
您可以使用 Search Everywhere 窗口(Shift 两次)计算简单的算术表达式。
5.滚动条样式

/*谷歌浏览器下的滚动条样式*/
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  // border-radius: 5px;
  // -webkit-box-shadow: inset 0 0 5px rgba(202, 225, 253, 1);
  background: rgb(49, 131, 231);
}

// 轨道
::-webkit-scrollbar-track {
  //   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  //   border-radius: 0;
  //   background: rgba(0, 0, 0, 0.1);
}

/* 功能区下拉选择框 */
.ms-drop ul {
  padding: 0px !important;
}
6.An identifier or keyword cannot immediately follow a numeric literal.
标识符或关键字不能紧跟数字文字。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值