Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivManage
Commits
08a1b7be
Commit
08a1b7be
authored
Aug 23, 2023
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '消息平台web配置增加语音播报配置'
parent
a7a487da
Pipeline
#77903
passed with stages
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
1 deletion
+31
-1
schemeDetail.jsx
...latformCenter/messageManage/schemeDetail/schemeDetail.jsx
+0
-0
schemeDetail.less
...atformCenter/messageManage/schemeDetail/schemeDetail.less
+31
-1
No files found.
src/pages/platformCenter/messageManage/schemeDetail/schemeDetail.jsx
View file @
08a1b7be
This diff is collapsed.
Click to expand it.
src/pages/platformCenter/messageManage/schemeDetail/schemeDetail.less
View file @
08a1b7be
.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%;
overflow-y: hidden;
height: calc(100% - 20px);
...
...
@@ -56,6 +79,7 @@
justify-content: space-between;
padding: 0 24px;
align-items: center;
.lable {
font-size: large;
margin-left: 10px;
...
...
@@ -68,7 +92,7 @@
height: 14rem;
display: flex;
flex-direction: column;
overflow
: hidden
;
overflow
-y: scroll
;
}
.ant-switch {
margin-right: 0.5rem;
...
...
@@ -96,3 +120,9 @@
width: '100%';
background-color: '#2881a1';
}
.labelItem {
.ant-form-item-label > label {
width: 50px;
white-space: pre-wrap;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment