Browse Source

.semi-portal-inner 300px

release_1.3.0
巴林闲侠 2 years ago
parent
commit
51cdd8d454
  1. 88
      code/VideoAccess-VCMP/web/client/src/index.less

88
code/VideoAccess-VCMP/web/client/src/index.less

@ -7,45 +7,59 @@
*,
*::before,
*::after {
box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
margin: 0;
height: 100%;
width: 100%;
overflow: hidden;
#App{
height: 100%;
}
.semi-timepicker-panel{//时间选择器不显示滚动栏
::-webkit-scrollbar {
display: none; /* Chrome Safari */
}
scrollbar-width: none; /* firefox */
-ms-overflow-style: none; /* IE 10+ */
overflow-x: hidden;
overflow-y: auto;
}
a:link {
text-decoration: none;
color: unset
}
a:visited {
text-decoration: none;
color: unset
}
a:hover {
text-decoration: none;
color: unset
}
a:active {
text-decoration: none;
color: unset
}
margin: 0;
height: 100%;
width: 100%;
overflow: hidden;
#App {
height: 100%;
}
.semi-timepicker-panel {
//时间选择器不显示滚动栏
::-webkit-scrollbar {
display: none;
/* Chrome Safari */
}
scrollbar-width: none;
/* firefox */
-ms-overflow-style: none;
/* IE 10+ */
overflow-x: hidden;
overflow-y: auto;
}
a:link {
text-decoration: none;
color: unset
}
a:visited {
text-decoration: none;
color: unset
}
a:hover {
text-decoration: none;
color: unset
}
a:active {
text-decoration: none;
color: unset
}
}
// SEMI 全局样式
.semi-portal-inner {
min-width: 300px!important
}
Loading…
Cancel
Save