이준호 전자조정시스템 커밋

- (관리자) 목록화면에 퍼블 깨지는것들 수정
This commit is contained in:
leejunho 2023-12-28 16:42:51 +09:00
parent cbaf11af90
commit 3a53ec8d92
3 changed files with 20 additions and 1 deletions

View File

@ -74,6 +74,16 @@ $(document).ready(function() {
</script> </script>
<style>
.list.tbType01 table tbody tr td{
white-space: nowrap;
}
.list.tbType01 table tbody tr td p{
text-overflow: ellipsis;
overflow: hidden;
}
</style>
</head> </head>
<body> <body>
<form name="listForm" id="listForm" method="post"> <form name="listForm" id="listForm" method="post">

View File

@ -165,7 +165,7 @@ function fncTextSenseStatus(id){
<!-- //list_top --> <!-- //list_top -->
<!-- list --> <!-- list -->
<div class="tbType01"> <div class="list tbType01">
<table> <table>
<colgroup> <colgroup>
<col style="width: 5%"> <col style="width: 5%">

View File

@ -88,6 +88,15 @@ function logListExcelDownload(){
} }
</script> </script>
<title>로그인 로그 목록</title> <title>로그인 로그 목록</title>
<style>
.list.tbType01 table tbody tr td{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
</style>
</head> </head>
<body> <body>
<noscript>자바스크립트를 지원하지 않는 브라우저에서는 일부 기능을 사용하실 수 없습니다.</noscript> <noscript>자바스크립트를 지원하지 않는 브라우저에서는 일부 기능을 사용하실 수 없습니다.</noscript>