Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
iBiz-Vue-R7-Res
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz-R7前端标准模板
iBiz-Vue-R7-Res
提交
8010dd09
提交
8010dd09
编写于
5月 29, 2020
作者:
WodahsOrez
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm--右键菜单样式修复
上级
3ee09714
变更
1
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
49 行增加
和
45 行删除
+49
-45
context-menu.less
src/components/context-menu/context-menu.less
+49
-45
未找到文件。
src/components/context-menu/context-menu.less
浏览文件 @
8010dd09
.context-menu-container {
.context-menu-container {
// width: 100vw;
// width: 100vw;
// height: 100vh;
// height: 100vh;
// z-index: -10000;
// z-index: -10000;
// position: absolute;
// position: absolute;
// top: 0;
// top: 0;
// left: 0;
// left: 0;
line-height: 1;
// line-height: 1;
z-index: 10001;
.context-menu-content {
.context-menu-content {
z-index: 10001;
position: absolute;
position: absolute;
background: #FFF;
background: #FFF;
// border: 1px solid #e3e3e3;
// border: 1px solid #e3e3e3;
.ivu-divider{
}
width: 100%;
}
.context-menus {
}
.context-menus-item {
.context-menus {
list-style: none;
line-height: 36px;
.context-menus-item {
padding: 0 13px;
list-style: none;
margin: 0;
line-height: 36px;
font-size: 14px;
padding: 0 13px;
color: #606266;
margin: 0;
cursor: pointer;
font-size: 14px;
outline: none;
color: #606266;
display: flex;
cursor: pointer;
outline: none;
.icon {
display: flex;
display: flex;
justify-content: center;
.icon {
align-items: center;
display: flex;
font-size: 16px;
justify-content: center;
width: 20px;
align-items: center;
margin-right: 8px;
font-size: 16px;
}
width: 20px;
}
margin-right: 8px;
}
.context-menus-item:hover {
}
background-color: #ecf5ff;
color: #66b1ff;
.context-menus-item:hover {
}
background-color: #ecf5ff;
}
color: #66b1ff;
}
}
}
}
.context-menu {
.context-menu {
position: fixed;
position: fixed;
top: 0;
top: 0;
left: 0;
left: 0;
right: 0;
right: 0;
bottom: 0;
bottom: 0;
}
}
\ No newline at end of file
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录