Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chehuidong
saas-manage
Commits
d9115ba2
Commit
d9115ba2
authored
Jul 13, 2023
by
yangzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:样式
parent
8f23aa5a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
5 deletions
+4
-5
src/assets/css/common.css
+0
-0
src/components/global/drag.vue
+1
-1
src/components/global/pagination.vue
+1
-0
src/main.js
+1
-0
src/views/system/timed_task.vue
+1
-4
No files found.
src/assets/css/common.css
0 → 100644
View file @
d9115ba2
This diff is collapsed.
Click to expand it.
src/components/global/drag.vue
View file @
d9115ba2
...
...
@@ -22,7 +22,7 @@
:style=
"
{
userSelect: isMove ? 'none' : 'auto',
height: height
? `calc(
100
% - 20px - ${height}) `
? `calc(
95
% - 20px - ${height}) `
: '',
}"
v-show="isfooter
&&
footerShow"
...
...
src/components/global/pagination.vue
View file @
d9115ba2
...
...
@@ -29,6 +29,7 @@
placeholder=
"请输入"
v-model=
"customizeNumbers"
style=
"width: 55px"
size=
"mini"
@
change=
"onPageSizeInput"
/>
条/页
...
...
src/main.js
View file @
d9115ba2
...
...
@@ -6,6 +6,7 @@ import './plugins/myui'
import
element
from
'@/common/components/element-ui.js'
import
vxeTable
from
'@/common/components/vxeTable.js'
import
'./common/style/index.scss'
import
'./assets/css/common.css'
import
Directives
from
'./utils/directives'
import
{
filePath
,
zImgPath
}
from
'./utils/commonUtil'
import
md5
from
'js-md5'
...
...
src/views/system/timed_task.vue
View file @
d9115ba2
...
...
@@ -42,7 +42,7 @@
>
</el-form-item>
</el-form>
<div
class=
"table_wrap"
style=
"height: 100%"
>
<div
class=
"table_wrap"
>
<my-table
:sourceData=
"sourceData"
:tableColumns=
"tableColumns"
...
...
@@ -67,11 +67,8 @@
<pagination
:setValue=
"setpaginationOptions"
:options=
"paginationOptions"
:serialNumber=
"false"
/>
</el-tab-pane>
<!--
<el-tab-pane
label=
"内部便签"
name=
"2"
>
配置管理
</el-tab-pane>
-->
</el-tabs>
</div>
</drag>
...
...
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