Commit 08a1b7be authored by 皮倩雯's avatar 皮倩雯

fix: '消息平台web配置增加语音播报配置'

parent a7a487da
Pipeline #77903 passed with stages
.editModal_container { .editModal_container {
:global {
::-webkit-scrollbar {
height: 0px; //x轴滚动条粗细
width: 0px; //y轴滚动条粗细
}
//滚动条里面的小方块,能上下左右移动(取决于是垂直滚动条还是水平滚动条)
::-webkit-scrollbar-thumb {
border-radius: 10px;
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
background: rgba(74, 74, 75, 0.3);
margin-bottom: 10px;
}
//滚动条的轨道(里面装有thumb)滚动槽
::-webkit-scrollbar-track {
box-shadow: 0;
border-radius: 0;
background: white; //滚动槽背景色
border-radius: 10px; //滚动条边框半径设置
}
}
width: 100%; width: 100%;
overflow-y: hidden; overflow-y: hidden;
height: calc(100% - 20px); height: calc(100% - 20px);
...@@ -56,6 +79,7 @@ ...@@ -56,6 +79,7 @@
justify-content: space-between; justify-content: space-between;
padding: 0 24px; padding: 0 24px;
align-items: center; align-items: center;
.lable { .lable {
font-size: large; font-size: large;
margin-left: 10px; margin-left: 10px;
...@@ -68,7 +92,7 @@ ...@@ -68,7 +92,7 @@
height: 14rem; height: 14rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow: hidden; overflow-y: scroll;
} }
.ant-switch { .ant-switch {
margin-right: 0.5rem; margin-right: 0.5rem;
...@@ -96,3 +120,9 @@ ...@@ -96,3 +120,9 @@
width: '100%'; width: '100%';
background-color: '#2881a1'; background-color: '#2881a1';
} }
.labelItem {
.ant-form-item-label > label {
width: 50px;
white-space: pre-wrap;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment