Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
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
zhouqian
vue-gjjs
Commits
5d280e47
Commit
5d280e47
authored
Oct 18, 2022
by
Wuyuqiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公共样式调整
parent
6f566e58
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
0 deletions
+31
-0
common.css
src/assets/css/common.css
+26
-0
Table.vue
src/components/Table.vue
+5
-0
No files found.
src/assets/css/common.css
View file @
5d280e47
...
...
@@ -415,6 +415,7 @@
.el-collapse
.el-collapse-item__wrap
{
/* background-color: var(--bgcolor); */
border-bottom
:
0px
solid
#fff
;
}
.el-collapse-item__header
{
...
...
@@ -586,3 +587,28 @@ margin-left: 120px;
flex
:
1
;
}
/* .el-input__inner {
&::placeholder {
color: red;
}
} */
/* ::-ms-input-placeholder{
color: red;
} */
/* /deep/.el-input__inner {
&::placeholder {
color: red;
font-size: 16px;
}
} */
/* 更改文本框的placeholder的颜色 */
/* input[type=text]::placeholder {
color: blue;
} */
/* .el-input__inner::placeholder {
color: blue;
} */
src/components/Table.vue
View file @
5d280e47
...
...
@@ -207,4 +207,8 @@ export default {
/* .eContainer-table thead tr th.is-leaf{
border-bottom: transparent;
} */
.eContainer-table-block
.el-icon-arrow-right
:before
{
margin-right
:
0px
;
width
:
0px
;
}
</
style
>
\ No newline at end of file
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