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

样式调整等

上级 2ae583c2
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<!-- <div class="custom-select-wrapper" style="overflow:auto;"> <!-- <div class="custom-select-wrapper" style="overflow:auto;">
<div class="department-label" style="width: 1200px;"> --> <div class="department-label" style="width: 1200px;"> -->
<div class="custom-select-wrapper"> <div class="custom-select-wrapper">
<div class="department-label" style="min-width:1200px;"> <div class="department-label" style="min-width:1280px;">
<span <span
v-for="(item, index) in allLabelList" v-for="(item, index) in allLabelList"
:key="index" :key="index"
......
...@@ -692,7 +692,7 @@ export default { ...@@ -692,7 +692,7 @@ export default {
} }
}; };
</script> </script>
<style> <style scoped>
.subject-slelct .el-input__inner { .subject-slelct .el-input__inner {
height: 32px; height: 32px;
...@@ -701,7 +701,8 @@ export default { ...@@ -701,7 +701,8 @@ export default {
</style> </style>
<style lang="scss"> <style lang="scss">
.base-message-wrap { .base-message-wrap {
padding-top: 80px; width: 1200px;
padding-top: 40px;
.p_label { .p_label {
margin-left: 56px; margin-left: 56px;
font-size: 12px; 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 { ...@@ -541,8 +541,8 @@ export default {
.edit-custom-wrap { .edit-custom-wrap {
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 10px; width: 10px;
height: 10px; height: 10px;
background-color: #fff; background-color: #fff;
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册