提交 95c7ec2e 编写于 作者: guangjun.yang's avatar guangjun.yang

样式调整等

上级 2ae583c2
......@@ -3,7 +3,7 @@
<!-- <div class="custom-select-wrapper" style="overflow:auto;">
<div class="department-label" style="width: 1200px;"> -->
<div class="custom-select-wrapper">
<div class="department-label" style="min-width:1200px;">
<div class="department-label" style="min-width:1280px;">
<span
v-for="(item, index) in allLabelList"
:key="index"
......
......@@ -692,7 +692,7 @@ export default {
}
};
</script>
<style>
<style scoped>
.subject-slelct .el-input__inner {
height: 32px;
......@@ -701,7 +701,8 @@ export default {
</style>
<style lang="scss">
.base-message-wrap {
padding-top: 80px;
width: 1200px;
padding-top: 40px;
.p_label {
margin-left: 56px;
font-size: 12px;
......
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
width: 16px;
height: 16px;
background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #555;
}
</style>
</head>
<body>
<div class="name" style="overflow: auto;width: 100px;">
<div style="width: 1200px;">wewfwef</div>
</div>
</body>
</html>
\ No newline at end of file
......@@ -541,8 +541,8 @@ export default {
.edit-custom-wrap {
::-webkit-scrollbar {
width: 10px;
height: 10px;
width: 10px;
height: 10px;
background-color: #fff;
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册