Commit 7252cf24 authored by liujiaxin's avatar liujiaxin

调整图标,调整颜色选择器

parent 6236ec53
......@@ -269,9 +269,9 @@ const items = [
{
name: 'add'
},
{
name: 'upload'
},
// {
// name: 'upload'
// },
{
name: 'hand_tool'
},
......@@ -558,7 +558,7 @@ const items = [
onChangeComplete={onColorChanged} />
: null}
</> : null}
<UploadPanel />
{/*<UploadPanel />*/}
{children ? children : null}
</div>
{/*me.role === 'teacher' && room ?
......
......@@ -61,8 +61,8 @@ export default function RoomToolsBar (props: any) {
{muteAudio
? <div className="tool-btn" onClick={audioOn}><RecordVoiceOverIcon/></div>
: <div onClick={audioOff} className="tool-btn"><VoiceOverOffIcon/></div>
? <div className="tool-btn" onClick={audioOn}><VoiceOverOffIcon/></div>
: <div onClick={audioOff} className="tool-btn"><RecordVoiceOverIcon/></div>
}
{currentTool == TOOL_TYPE.WHITEBOARD
? <div className="tool-btn" onClick={changeTool}><ImportContacts/></div>
......
......@@ -399,7 +399,7 @@
height: 100%;
.sketch-picker {
top: 183px;
left: 63px;
right: 63px;
z-index: 5;
position: absolute;
pointer-events: all;
......
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