资料中心 - 1366适配

This commit is contained in:
yanyizhou
2021-12-20 11:12:58 +08:00
parent 2fe29d3f10
commit d2e99dacb8
@@ -94,6 +94,7 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
label="操作" label="操作"
min-width="100"
align="center"> align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
@@ -442,6 +443,9 @@ export default {
<style scoped lang="less"> <style scoped lang="less">
#dataCenter { #dataCenter {
/deep/ .el-input--small .el-input__inner {
width: 160px;
}
background-color: white; background-color: white;
height: 100%; height: 100%;
padding: 10px 20px; padding: 10px 20px;